This is Adder.h in view mode; [Download] [Up]
/* Adder.h created by todd on Sun 28-Apr-1996 */
#import <Foundation/NSObject.h>
@interface Adder : NSObject
{
float firstNumber;
float secondNumber;
}
- (float) add:(float)firstNum and:(float)secondNum;
- (float) result;
- (float) firstNumber;
- (float) secondNumber;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.