home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Palettes / MiscString / MiscStringPalette.h < prev    next >
Encoding:
Text File  |  1994-01-07  |  151 b   |  13 lines

  1. #import <apps/InterfaceBuilder.h>
  2.  
  3. @interface MiscStringPalette : IBPalette
  4. {
  5.     id theMiscString;
  6.     id theMiscStringView;
  7. }
  8.  
  9. - finishInstantiate;
  10.  
  11. @end
  12.  
  13.