X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/034559d9a2f0b8e607b0365152b9c73732f00e6e..2c8e10b58c81bf1170d3ed8df82b606f0815285f:/ITCategory-NSString.h diff --git a/ITCategory-NSString.h b/ITCategory-NSString.h new file mode 100644 index 0000000..a0429f0 --- /dev/null +++ b/ITCategory-NSString.h @@ -0,0 +1,21 @@ +/* + * ITFoundation + * ITCategory-NSString.h + * + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. + * + * $Id$ + * + */ + +#import + +@interface NSString (ITFoundationCategory) + ++ (id)stringWithFourCharCode:(unsigned long)fourCharCode; + +- (id)initWithFourCharCode:(unsigned long)fourCharCode; +- (unsigned long)fourCharCode; + +@end \ No newline at end of file