home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Classes / ScrollingTextField / ScrollTextField_Example / Test.h < prev    next >
Encoding:
Text File  |  1992-08-07  |  228 b   |  19 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface Test:Object
  7. {
  8.     id    myScrollTextField;
  9.     id    myTextField;
  10.     id  mySwitch;
  11. }
  12.  
  13. - doOne:sender;
  14. - doTwo:sender;
  15. - doThree:sender;
  16. - doSwitch:sender;
  17.  
  18. @end
  19.