newsmemory-ios-sdk/Frameworks/RNScreens.xcframework/ios-arm64/Headers/RNSFullWindowOverlay.h

35 lines
732 B
Objective-C

#import <React/RCTViewManager.h>
#ifdef RCT_NEW_ARCH_ENABLED
#import <React/RCTViewComponentView.h>
#else
#import <React/RCTInvalidating.h>
#import <React/RCTView.h>
#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 <RCTInvalidating>
#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