amis-rpc-design/node_modules/react-native-safe-area-context/ios/RNCSafeAreaContext.h
2023-10-07 19:42:30 +08:00

10 lines
148 B
Objective-C

#import <React/RCTBridgeModule.h>
NS_ASSUME_NONNULL_BEGIN
@interface RNCSafeAreaContext : NSObject <RCTBridgeModule>
@end
NS_ASSUME_NONNULL_END