Adding a category to NSObject which can dynamically provide an array
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 26 Oct 2004 23:18:13 +0000 (23:18 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 26 Oct 2004 23:18:13 +0000 (23:18 +0000)
commite1c9d15e410c3ce93c566a64e6514bc339bd526d
tree6a8924412e4fed5985759c9d76fe87bd36a75103
parent0471d3908d12b15bd1962ad57402da9f838ce66c
Adding a category to NSObject which can dynamically provide an array
of any class' subclasses (and direct subclasses, meaning only those
classes whose parent is the class to which the message was sent) via
two new class methods, +subclasses, and +directSubclasses.
ITCategory-NSObject.h [new file with mode: 0644]
ITCategory-NSObject.m [new file with mode: 0644]
ITFoundation.xcode/project.pbxproj