mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-24 09:48:33 +00:00
* [apple] Move iOS/macOS src into common apple dir * [apple] Enable macOS as platform in podspec * [example] Use CocoaPods & auto-linking on macOS * [docs] Update setup for macOS * [package] Include apple dir in distribution
6 lines
81 B
Objective-C
6 lines
81 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface ViewController : NSViewController
|
|
|
|
@end
|