home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiscKit1.2.6 / Palettes / MiscSoundPalette / MiscSoundPalette.h < prev    next >
Encoding:
Text File  |  1994-05-27  |  168 b   |  14 lines

  1. #import <apps/InterfaceBuilder.h>
  2.  
  3. @interface MiscSoundPalette:IBPalette 
  4. {
  5.     id    trackerButton;
  6.     id    tracker;
  7.     id    tapperButton;
  8.     id    tapper;
  9. }
  10.  
  11. - finishInstantiate;
  12.  
  13. @end
  14.