Adding category to NSString that provides the functionality previously
[ITFoundation.git] / ITCategory-NSString.h
diff --git a/ITCategory-NSString.h b/ITCategory-NSString.h
new file mode 100644 (file)
index 0000000..a0429f0
--- /dev/null
@@ -0,0 +1,21 @@
+/*
+ *     ITFoundation
+ *     ITCategory-NSString.h
+ *
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
+ *
+ */
+
+#import <Foundation/Foundation.h>
+
+@interface NSString (ITFoundationCategory)
+
++ (id)stringWithFourCharCode:(unsigned long)fourCharCode;
+
+- (id)initWithFourCharCode:(unsigned long)fourCharCode;
+- (unsigned long)fourCharCode;
+
+@end
\ No newline at end of file