bsnes/Cocoa/AppDelegate.h

8 lines
91 B
C
Raw Normal View History

2016-03-30 23:07:55 +03:00
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end