7 lines
90 B
C
7 lines
90 B
C
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
||
|
|
||
|
@end
|
||
|
|