ftp.nice.ch/pub/next/developer/objc/appkit/DrawInIcon.NI.bs.tar.gz#/DrawInIcon/MyApp.h

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

//
// Copyright 1995 (c) Icebox Software Manufactory, Inc.  All Rights Reserved.
//

#import <appkit/appkit.h>
#import "LineView.h"

@interface MyApp:Application
{
	Window		*appIcon;
	LineView	*lineView;
	id			lineColorWell;
	id			backingColorWell;
	id			speedSlider;
	id			widthSlider;
	id			numberOfLinesSlider;
}

// Delegate Methods
- appDidInit:sender;
- appWillTerminate:sender;

// Action Methods
- lineColor:sender;
- backingColor:sender;
- lineWidth:sender;
- speed:sender;
- numberOfLines:sender;

@end

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