This is SoundDistributor.m in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import "SoundDistributor.h"
#import "SoundEditor.h"
@implementation SoundDistributor
- CreateSoundEditor:sender
{
newSoundEditor = [SoundEditor new];
[newSoundEditor Show:self];
return self;
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.