GT2/Ejectable/node_modules/react-native-safe-area-context/ios/SafeAreaView/RNCSafeAreaProvider.h

14 lines
214 B
C
Raw Normal View History

2021-08-16 00:14:59 +00: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