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

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

#import <appkit/appkit.h>

@interface Sine:Object
{
	double amplitude;
	double frequency;
	char *label;
}

- (double)amplitude;
- (double)frequency;
- setAmplitude:(double)value;
- setFrequency:(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.