This is SpiralView.h in view mode; [Download] [Up]
/* File: SpiralView.h - View object for 'PrimeSpiral'
*
* By: Christopher Lane
* Symbolic Systems Resources Group
* Knowledge Systems Laboratory
* Stanford University
*
* Date: 26 February 1990
*
* Copyright: 1990 by The Leland Stanford Junior University. This program
* may be distributed without restriction for non-commercial use.
*/
#import <appkit/View.h>
#define VERSION __DATE__
@interface SpiralView:View
{
id version;
}
- spiral:sender;
- setVersion:anObject;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.