This is SplineView.h in view mode; [Download] [Up]
#import <AppKit/AppKit.h> @class Spline; @interface SplineView:NSView { @private Spline *spline; id parametrisationMatrix; id endPointAMatrix; id endPointBMatrix; int drawFlags; } - (void)createSpline:(NSEvent *)event; - (void)changeSpline:(NSEvent *)event; - (void)changeParametrisation:(id)sender; - (void)changeEndPointA:(id)sender; - (void)changeEndPointB:(id)sender; - (void)changeDrawFlags:(id)sender; - (void)saveAsEve:(id)sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.