home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / daymisckit_proj / Palettes / DAYString / DAYStringInspector.h < prev    next >
Encoding:
Text File  |  1993-05-13  |  121 b   |  9 lines

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