This is KillPanelController.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface KillPanelController:Object { id addButton; id authorMatrix; id myPanel; id nameFormCell; id removeButton; char *nntpServerName; int authorCount; } - addName:sender; - removeName:sender; - (int)addAuthorNamed:(const char *)name; - showPanel:mainWindow; - windowDidUpdate:(Window *)sender; - authorsSelected:sender; - killPanel; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.