home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Palettes / PAStringList / PAStringListInspector.h < prev    next >
Encoding:
Text File  |  1993-05-12  |  124 b   |  9 lines

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