mirror of
https://github.com/libretro/sameduck.git
synced 2025-02-25 04:10:52 +00:00
8 lines
91 B
Objective-C
8 lines
91 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
|
|
|
|
@end
|
|
|