home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiscKit1.2.6 / 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.