10 lines
217 B
Objective-C
10 lines
217 B
Objective-C
#import <AppKit/AppKit.h>
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#include "bridge.h"
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
|
|
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification;
|
|
|
|
@end |