This is App.h in view mode; [Download] [Up]
// $Id$ // // -------------------------- App Class Interface ----------------------------- // // NSApplication subclass that catches exceptions. // // AUTHOR: Art Isbell // ---------------------------------------------------------------------------- // // ----------------------------- Header Files --------------------------------- #import <AppKit/NSApplication.h> // ---------------- Typedef, Struct, and Union Declarations ------------------- // --------------------- Constant and Enum Definitions ------------------------ @interface App:NSApplication { // -------------------- Instance Variable Declarations ------------------------ @private @protected @public } // ----------------------- Class Method Declarations -------------------------- // ---------------- Overridden Instance Method Declarations ------------------- // ------------------- New Instance Method Declarations ----------------------- - (void)reportException:(NSException *)theException; // ----------------- Delegate Instance Method Declarations -------------------- @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.