Updating ITFoundation project and target settings to the minimum required.
[ITFoundation.git] / ITCategory-NSArray.h
1 /*
2  *      ITFoundation
3  *      ITCategory-NSArray.h
4  *
5  *      Copyright (c) 2005 by iThink Software.
6  *      All Rights Reserved.
7  *
8  *      $Id$
9  *
10  */
11
12 #import <Foundation/Foundation.h>
13
14 @interface NSArray (ITFoundationCategory)
15
16 - (NSArray *)objectsForKey:(NSString *)key;
17 - (BOOL)containsString:(NSString *)string;
18
19 @end