home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / ClassBuilder / Source / IBExample.h < prev    next >
Encoding:
Text File  |  1993-01-25  |  129 b   |  8 lines

  1.   #import <objc/Object.h>
  2. @interface IBExample:Object
  3. { id theText ;
  4. }
  5. -setText: (char *) aString ;
  6. -setTheText: anObject ;
  7. @end
  8.