AppDelegate.h 90 B

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