mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 11:41:08 +00:00
6 lines
108 B
Objective-C
6 lines
108 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
int main(int argc, const char *argv[]) {
|
|
return NSApplicationMain(argc, argv);
|
|
}
|