home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / SNDed / Source / SoundDistributor.m < prev    next >
Encoding:
Text File  |  1995-06-12  |  250 b   |  18 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "SoundDistributor.h"
  5. #import "SoundEditor.h"
  6.  
  7. @implementation SoundDistributor
  8.  
  9. - CreateSoundEditor:sender
  10. {
  11.         newSoundEditor = [SoundEditor new];
  12.         [newSoundEditor Show:self];
  13.     return self;
  14. }
  15.  
  16.  
  17. @end
  18.