Adding category to NSString that provides the functionality previously
[ITFoundation.git] / ITCategory-NSArray.h
diff --git a/ITCategory-NSArray.h b/ITCategory-NSArray.h
deleted file mode 100644 (file)
index ae0f053..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- *     ITFoundation
- *     ITCategory-NSArray.h
- *
- *     Copyright (c) 2005 by iThink Software.
- *     All Rights Reserved.
- *
- *     $Id$
- *
- */
-
-#import <Foundation/Foundation.h>
-
-@interface NSArray (ITFoundationCategory)
-
-- (NSArray *)objectsForKey:(NSString *)key;
-- (BOOL)containsString:(NSString *)string;
-
-@end
\ No newline at end of file