home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <objc/Object.h>
- #import <appkit/Control.h>
- #import <appkit/Panel.h>
-
- @interface Math:Object
- {
- id firstLineText;
- id secondLineText;
- id operand;
- id maxNumberText;
- int firstLine, secondLine;
- int maxNumber;
- }
-
- - setFirstLineText:anObject;
- - setSecondLineText:anObject;
- - setOperand:anObject;
- - setMaxNumberText:anObject;
- - Input:sender;
-
- @end
-