home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Tutorial / Cookbook / 01b.hello.slider.Ch3Ex5 / MyObject.h < prev    next >
Encoding:
Text File  |  1993-01-18  |  222 b   |  18 lines

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