ftp.nice.ch/pub/next/audio/editor/SynthBuilder.s.tar.gz#/SynthBuilder/GenericObject.h

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.