This is Controller.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import "GoServer.h" #import "MatrixScrollView.h" @interface Controller:Object { id GoApplication; id myGoServerList; id GoServerSelectionList; id GoServerSelectionPanel; id GoServerName; id LoginDefinition; id ServerLogin; id ServerPassword; id ServerPort; BOOL panelIsInitialized; } - init; - initPanel; - 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.