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

12 lines
182 B
Objective-C

#import <UIKit/UIKit.h>
#import <React/RCTViewComponentView.h>
NS_ASSUME_NONNULL_BEGIN
@interface RNCSafeAreaViewComponentView : RCTViewComponentView
@end
NS_ASSUME_NONNULL_END