I hope it commits this time. Tinkered with ITSendAEWithKey
[ITFoundation.git] / ITCategory-NSArray.h
1 /*
2  *      ITKit
3  *  ITCategory-NSArray.h
4  *    Category which extends NSArray
5  *
6  *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
7  *   Responsibility : Matt Judy <mjudy@ithinksw.com>
8  *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
9  *
10  *  Copyright (c) 2002 - 2003 iThink Software.
11  *  All Rights Reserved
12  *
13  */
14
15
16 #import <Cocoa/Cocoa.h>
17
18
19 @interface NSArray (ITCategory)
20
21 - (NSArray *)objectsForKey:(NSString *)key;
22 - (BOOL)containsString:(NSString *)string;
23
24
25 @end