mirror of
https://github.com/libretro/sameduck.git
synced 2024-12-02 15:07:13 +00:00
8 lines
91 B
Objective-C
8 lines
91 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
|
|
|
|
@end
|
|
|