home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / Project_2 / Calculator.h < prev    next >
Text File  |  1993-01-19  |  161b  |  15 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface Calculator:Object
  7. {
  8.     id    outputForm;
  9.     id    inputForm;
  10. }
  11.  
  12. - calculate:sender;
  13.  
  14. @end
  15.