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

  1. #import <apps/InterfaceBuilder.h>
  2.  
  3. @interface MiscStringInspector : IBInspector <IBInspectors> 
  4. {
  5.     id stringText;
  6. }
  7.  
  8. @end
  9.