home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Dev_Tools / CB / IBExample.h < prev    next >
Encoding:
Text File  |  1992-12-26  |  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.