This is ModuleMgr.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface ModuleMgr:HashTable { id paths; id fileType; NXHashState state; Protocol *features; } - initForPaths: (const char *)aPath fileType: (const char *)aType; - free; - setFeatures: (Protocol *) aProtocol; - (NXHashState) initState; - (const char *) nextKey; - loadModules; - getModule: (const char *)moduleName; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.