Files
react-native-safari-view/SafariViewManager.h
Koen Punt 8a4d8d00be remove property for safariview
since the property is accessed outside of this module there's no point in having it as property
2018-01-03 16:57:47 +01:00

9 lines
197 B
Objective-C

#import <React/RCTBridgeModule.h>
#import <React/RCTEventEmitter.h>
@import SafariServices;
@interface SafariViewManager : RCTEventEmitter <RCTBridgeModule, SFSafariViewControllerDelegate>
@end