MO_allClasses |
- ( NSArray *) MO_allClasses;
This method returns an array of all the classes which came from the receiving bundle. 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. This method will also never return NSProxy or any of its subclasses due to a bug in NSProxy with +conformsToProtocol:.
(Last Updated 3/20/2005)