mirror of
https://github.com/tappollo/react-native-safari-view.git
synced 2026-01-12 17:03:09 +08:00
since the property is accessed outside of this module there's no point in having it as property
9 lines
197 B
Objective-C
9 lines
197 B
Objective-C
#import <React/RCTBridgeModule.h>
|
|
#import <React/RCTEventEmitter.h>
|
|
|
|
@import SafariServices;
|
|
|
|
@interface SafariViewManager : RCTEventEmitter <RCTBridgeModule, SFSafariViewControllerDelegate>
|
|
|
|
@end
|