#import #ifdef RCT_NEW_ARCH_ENABLED #import #else #import #import #endif #ifdef RCT_NEW_ARCH_ENABLED namespace react = facebook::react; #endif // RCT_NEW_ARCH_ENABLED @interface RNSFullWindowOverlayManager : RCTViewManager @end @interface RNSFullWindowOverlayContainer : UIView @end @interface RNSFullWindowOverlay : #ifdef RCT_NEW_ARCH_ENABLED RCTViewComponentView #else RCTView #endif // RCT_NEW_ARCH_ENABLED #ifdef RCT_NEW_ARCH_ENABLED @property (nonatomic) react::LayoutMetrics oldLayoutMetrics; @property (nonatomic) react::LayoutMetrics newLayoutMetrics; #endif // RCT_NEW_ARCH_ENABLED @end