X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/dda524c432a0448c25815e4b5ac04a5c8a6f3813..2c8e10b58c81bf1170d3ed8df82b606f0815285f:/ITCategory-NSArray.h diff --git a/ITCategory-NSArray.h b/ITCategory-NSArray.h deleted file mode 100755 index e879feb..0000000 --- a/ITCategory-NSArray.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * ITKit - * ITCategory-NSArray.h - * Category which extends NSArray - * - * Original Author : Joseph Spiros - * Responsibility : Matt Judy - * Responsibility : Joseph Spiros - * - * Copyright (c) 2002 - 2003 iThink Software. - * All Rights Reserved - * - */ - - -#import - - -@interface NSArray (ITCategory) - -- (NSArray *)objectsForKey:(NSString *)key; -- (BOOL)containsString:(NSString *)string; - - -@end