ftp.nice.ch/pub/next/developer/resources/classes/UHInspector.1.2.N.bs.tar.gz#/UHInspector_1.2/Inspector2Demo/Clipper.h

This is Clipper.h in view mode; [Download] [Up]

#import <appkit/appkit.h>

@interface Clipper:Object
{
	double upperLimit;
	double lowerLimit;
	char *label;
}

- (double)upperLimit;
- (double)lowerLimit;
- setUpperLimit:(double)value;
- setLowerLimit:(double)value;
- (const char *)getInspectorClassName;
- setLabel:(const char *)aString;
- (const char *)label;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.