newsmemory-ios-sdk/Frameworks/react-native-safe-area-cont.../ios-arm64/Headers/RNCSafeAreaProvider.h

14 lines
214 B
Objective-C

#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