home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Tutorial / Cookbook / 01c.hello.scroll.Ch6Ex4 / MyObject.h < prev    next >
Encoding:
Text File  |  1993-01-19  |  214 b   |  17 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface MyObject:Object
  7. {
  8.     id    textOutlet;
  9.     id    scrollText;
  10.     char myString[1000];
  11. }
  12.  
  13. - setTextOutlet:anObject;
  14. - buttonAction:sender;
  15.  
  16. @end
  17.