ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.s.gnutar.gz#/MiscKit2/Tests/TestSortedCollection/TestObject.h

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.