X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/3d646c75403df6d5324833a701723a765555177f..692faf9cb79903190c1885a7ed08a2c97cc7fb8b:/ITCategory-NSObject.h diff --git a/ITCategory-NSObject.h b/ITCategory-NSObject.h index 96c7e31..3cd0ea2 100644 --- a/ITCategory-NSObject.h +++ b/ITCategory-NSObject.h @@ -1,24 +1,19 @@ /* - * ITKit - * ITCategory-NSObject.h - * Category which extends NSObject + * ITFoundation + * ITCategory-NSObject.h * - * Original Author : Joseph Spiros - * Responsibility : Joseph Spiros + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. * - * Copyright (c) 2002 - 2004 iThink Software. - * All Rights Reserved + * $Id$ * */ +#import -#import - - -@interface NSObject (ITCategory) +@interface NSObject (ITFoundationCategory) + (NSArray *)subclasses; + (NSArray *)directSubclasses; - -@end +@end \ No newline at end of file