ftp.nice.ch/Attic/openStep/games/NeXTGo.3.0.m.NIS.bs.tgz#/NeXTGo/Source/Controller.h

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

#import <AppKit/AppKit.h>

#import "GoServer.h"

@interface Controller:NSObject
{
    id	GoApplication;
    NSMutableDictionary *myGoServers;
    id	GoServerSelectionList;
    id	GoServerSelectionPanel;
    id	GoServerName;
    id	LoginDefinition;
    id	ServerLogin;
    id	ServerPassword;
    id	ServerPort;
}

- init;
- openGoServer:sender;
- connect:sender;
- connectToServer:sender;
- remove:sender;
- add:sender;

@end

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