mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 11:41:08 +00:00
13 lines
298 B
Objective-C
13 lines
298 B
Objective-C
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
int main(int argc, const char *argv[]) {
|
|
return NSApplicationMain(argc, argv);
|
|
}
|