This is ClassManager.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import "WindowManager.h" @interface ClassManager:WindowManager { char className[64] ; } + initialize ; +(int) loadIndex: (char *) nameOfClass ; + loadList ; + unload: (const char *) aClass; + unloadAll ; - className: (char *) name ; - classText: (char *) theText ; - compile:sender; - (char *) extension ; - load:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.