home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Palettes / SwitchBox / SwitchBoxInspector.h < prev    next >
Encoding:
Text File  |  1994-06-07  |  192 b   |  16 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. #import <apps/InterfaceBuilder.h>
  5.  
  6. @interface SwitchBoxInspector:IBInspector
  7. {
  8.     id initialText;
  9.     id versionText;
  10. }
  11.  
  12. - init;
  13. - setVersionText: anObject;
  14.  
  15. @end
  16.