AppDelegate.h 160 B

1234567
  1. #import <Cocoa/Cocoa.h>
  2. @interface AppDelegate : NSObject <NSApplicationDelegate>
  3. - (void)applicationDidFinishLaunching:(NSNotification *)aNotification;
  4. @end