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

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

#import <appkit/appkit.h>

@interface Gain:Object
{
	double gain;
	char *label;
}

- (double)gain;
- setGain:(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.