This is Controller.h in view mode; [Download] [Up]
/* by Jason Beaver */
#import <objc/Object.h>
#import <dpsclient/dpsclient.h>
@interface Controller:Object
{
id unixObject;
id theIndicator;
id outputText;
id commandField;
char command[1024];
float time;
DPSTimedEntry timer;
}
- setCommand:sender;
- setTime:sender;
- (void)doCommand;
- setInterval;
- windowWillResize:sender toSize:(NXSize *)size;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.