X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/0471d3908d12b15bd1962ad57402da9f838ce66c..e1c9d15e410c3ce93c566a64e6514bc339bd526d:/ITCategory-NSObject.h diff --git a/ITCategory-NSObject.h b/ITCategory-NSObject.h new file mode 100644 index 0000000..96c7e31 --- /dev/null +++ b/ITCategory-NSObject.h @@ -0,0 +1,24 @@ +/* + * ITKit + * ITCategory-NSObject.h + * Category which extends NSObject + * + * Original Author : Joseph Spiros + * Responsibility : Joseph Spiros + * + * Copyright (c) 2002 - 2004 iThink Software. + * All Rights Reserved + * + */ + + +#import + + +@interface NSObject (ITCategory) + ++ (NSArray *)subclasses; ++ (NSArray *)directSubclasses; + + +@end