#if TARGET_OS_IPHONE #import #elif TARGET_OS_OSX #import #endif #import NS_ASSUME_NONNULL_BEGIN @interface RNCSafeAreaProviderComponentView : RCTViewComponentView extern NSString *const RNCSafeAreaDidChange; @end NS_ASSUME_NONNULL_END