This is TestObject.h in view mode; [Download] [Up]
#import <Foundation/Foundation.h> @interface TestObject:NSObject { NSNumber *theNumber; NSString *theString; } + objectWithString:(NSString *)string; - initWithString:(NSString *)string; - (NSComparisonResult)compare:(TestObject *)otherObject; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.