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

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

#import <appkit/appkit.h>
#import "UHInspector.h"
#import "Sine.h"

@interface SineInspector:UHInspector
{
	id	ampSlider;
	id	ampText;
	id	freqSlider;
	id	freqText;
}

- takeNewValueFrom:sender;

@end

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