This is UNIXobject.h in view mode; [Download] [Up]
/* by Jason Beaver */ #import <objc/Object.h> @interface UNIXobject:Object { id delegate; } - execute:(char *)theCommand; - setDelegate:anObject; - delegate; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.