ftp.nice.ch/pub/next/tools/screen/backspace/old/MovieSavers.tar.gz#/MovieSavers/HostSpin/HostSpinSingleView.h

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

/*
 * Module:
 *	HostSpinSingle
 *
 * Author:
 *	Doug "Kareth" McClure
 *	asd@cc.purdue.edu
 *	XASD@PURCCVM.BITNET
 *
 * Version: 1.0
*/

#import <appkit/View.h>

@interface HostSpinSingleView:View
{
  float xSize, ySize;
  int lenHostName;
  char hostName[128];
}

- oneStep;
- newSize;

@end

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