ftp.nice.ch/pub/next/graphics/movie/Morph2a.s.tar.gz#/Morph2/AppController.h

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

#import <AppKit/AppKit.h>

@interface AppController: NSObject
{
    IBOutlet NSWindow *infoPanel;
    IBOutlet NSWindow *preferencesPanel;
    NSMutableArray    *documentClasses;
}

- init;
- (void) dealloc;
- (NSArray *) documentClasses;
- (void) registerDocumentClass:(Class) class;
- (void) showInfoPanel:sender;
- (void) showInspectorPanel:sender;
- (void) showPreferencesPanel:sender;
- (void) openDocument:sender;
- (void) newDocument:sender;
@end

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