home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / Utilities / Unix / aa_m68k_Intel_Only / UNIX-HatersTool.0.1 / MiscSwapKitPalette.BETA / MiscSCCInspector.h < prev    next >
Encoding:
Text File  |  1994-09-22  |  303 b   |  26 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. #import <apps/InterfaceBuilder.h>
  5.  
  6. @interface MiscSCCInspector: IBInspector
  7. {
  8.     id    tagForm;
  9. }
  10.  
  11. - init;
  12. - revert: sender;
  13. - tagChanged: sender;
  14. - (BOOL)wantsButtons;
  15.  
  16. @end
  17.  
  18.  
  19. @interface MiscSwapContentsController (IBInspector)
  20.  
  21. - (const char *)getInspectorClassName;
  22.  
  23. @end
  24.  
  25.  
  26.