Protocol runtime extension methods.
Protocol runtime extension methods.
MO_allConformingClasses |
- ( NSArray *) MO_allConformingClasses;
This method returns an array of all the classes which conform to the receiving protocol. This method will never return _NSZombie or Object or any subclasses of Object. It will never return any classes that do not implement +retain and +release.
(Last Updated 3/20/2005)