This is TopControl.h in view mode; [Download] [Up]
#import <objc/Object.h>
#import <dpsclient/dpsclient.h>
@interface TopControl:Object
{
id window;
id infoPanel;
id infoView;
id view1;
id view2;
BOOL running;
BOOL infoRun;
DPSTimedEntry tentry, ientry;
}
- runStop:sender;
- infoPanel:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.