This is GenericObject.h in view mode; [Download] [Up]
/**************************************************
* SynthBuilder
* Copyright 1993 Nick Porcaro All Rights Reserved
**************************************************/
#import <objc/Object.h>
@interface GenericObject:Object
{
char *theName;
char *iconFile;
}
- init;
- setName:(char *) name;
- (char *) getName;
- setIconFile:(char *) name;
- (char *) getIconFile;
- edit;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.