ITCategory-NSBundle (new): Added category that adds
[ITFoundation.git] / ITCategory-NSObject.h
1 /*
2  *      ITKit
3  *  ITCategory-NSObject.h
4  *    Category which extends NSObject
5  *
6  *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
7  *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
8  *
9  *  Copyright (c) 2002 - 2004 iThink Software.
10  *  All Rights Reserved
11  *
12  */
13
14
15 #import <Cocoa/Cocoa.h>
16
17
18 @interface NSObject (ITCategory)
19
20 + (NSArray *)subclasses;
21 + (NSArray *)directSubclasses;
22
23
24 @end