amis-rpc-design/node_modules/react-native-safe-area-context/ios/RNCSafeAreaProvider.h

14 lines
214 B
C
Raw Normal View History

2023-10-07 19:42:30 +08:00
#import <UIKit/UIKit.h>
#import <React/RCTView.h>
NS_ASSUME_NONNULL_BEGIN
@interface RNCSafeAreaProvider : RCTView
@property (nonatomic, copy) RCTBubblingEventBlock onInsetsChange;
@end
NS_ASSUME_NONNULL_END