From: Joseph Spiros Date: Tue, 26 Oct 2004 23:18:13 +0000 (+0000) Subject: Adding a category to NSObject which can dynamically provide an array X-Git-Tag: v1.0~9 X-Git-Url: http://git.ithinksw.org/ITFoundation.git/commitdiff_plain/e1c9d15e410c3ce93c566a64e6514bc339bd526d?hp=e1c9d15e410c3ce93c566a64e6514bc339bd526d 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. ---