1 #import <React/RCTViewManager.h>
2 
3 NS_ASSUME_NONNULL_BEGIN
4 
5 @interface RNCSafeAreaProviderManager : RCTViewManager
6 
7 @end
8 
9 NS_ASSUME_NONNULL_END
10