Intermediary checkin, just to mark my place and back up, in case Panther decides...
[ITFoundation.git] / ITCategory-NSArray.h
diff --git a/ITCategory-NSArray.h b/ITCategory-NSArray.h
new file mode 100755 (executable)
index 0000000..e879feb
--- /dev/null
@@ -0,0 +1,25 @@
+/*
+ *     ITKit
+ *  ITCategory-NSArray.h
+ *    Category which extends NSArray
+ *
+ *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *   Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *
+ *  Copyright (c) 2002 - 2003 iThink Software.
+ *  All Rights Reserved
+ *
+ */
+
+
+#import <Cocoa/Cocoa.h>
+
+
+@interface NSArray (ITCategory)
+
+- (NSArray *)objectsForKey:(NSString *)key;
+- (BOOL)containsString:(NSString *)string;
+
+
+@end