1 #import <UIKit/UIKit.h>
2 
3 #import <React/RCTView.h>
4 
5 NS_ASSUME_NONNULL_BEGIN
6 
7 @interface RNCSafeAreaProvider : RCTView
8 
9 @property (nonatomic, copy) RCTBubblingEventBlock onInsetsChange;
10 
11 @end
12 
13 NS_ASSUME_NONNULL_END
14