AppDelegate.h 88 B

12345
  1. #import <Cocoa/Cocoa.h>
  2. @interface AppDelegate : NSObject<NSApplicationDelegate>
  3. @end