Enabling garbage collection support.
[ITFoundation.git] / ITCategory-NSObject.h
1 /*
2  *      ITFoundation
3  *      ITCategory-NSObject.h
4  *
5  *      Copyright (c) 2005 iThink Software
6  *
7  */
8
9 #import <Foundation/Foundation.h>
10
11 @interface NSObject (ITFoundationCategory)
12
13 + (NSArray *)subclasses;
14 + (NSArray *)directSubclasses;
15
16 @end