Delete queue.*.
[ITFoundation.git] / ITCategory-NSObject.h
1 /*
2  *      ITFoundation
3  *      ITCategory-NSObject.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 NSObject (ITFoundationCategory)
15
16 + (NSArray *)subclasses;
17 + (NSArray *)directSubclasses;
18
19 @end