home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / ObjectPalette / ObjectPalette.palette / English.lproj / SumObject.h next >
Encoding:
Text File  |  1992-12-19  |  199 b   |  17 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface SumObject:Object
  5. {
  6.     id    sum;
  7.     id    summandOne;
  8.     id    summandTwo;
  9.     id    sumView;
  10. }
  11.  
  12. - setSummandOne:sender;
  13. - setSummandTwo:sender;
  14. - sumThem:sender;
  15.  
  16. @end
  17.