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
10 lines
169 B
Objective-C
10 lines
169 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@class RCTBridge;
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
|
|
@property (nonatomic, readonly) RCTBridge *bridge;
|
|
|
|
@end
|