espanso/native/libmacbridge/AppDelegate.h

10 lines
217 B
C
Raw Normal View History

2019-09-05 15:20:52 +00:00
#import <AppKit/AppKit.h>
#import <Foundation/Foundation.h>
2019-09-05 16:34:03 +00:00
#include "bridge.h"
2019-09-05 15:20:52 +00:00
@interface AppDelegate : NSObject <NSApplicationDelegate>
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification;
@end