GT2/Ejectable/node_modules/react-native-screens/ios/RNSScreenWindowTraits.h

19 lines
655 B
Objective-C

#import "RNSScreen.h"
@interface RNSScreenWindowTraits : NSObject
+ (void)updateWindowTraits;
+ (void)assertViewControllerBasedStatusBarAppearenceSet;
+ (void)updateStatusBarAppearance;
+ (void)enforceDesiredDeviceOrientation;
#if !TARGET_OS_TV
+ (UIStatusBarStyle)statusBarStyleForRNSStatusBarStyle:(RNSStatusBarStyle)statusBarStyle;
+ (UIInterfaceOrientation)defaultOrientationForOrientationMask:(UIInterfaceOrientationMask)orientationMask;
+ (UIInterfaceOrientation)interfaceOrientationFromDeviceOrientation:(UIDeviceOrientation)deviceOrientation;
+ (UIInterfaceOrientationMask)maskFromOrientation:(UIInterfaceOrientation)orientation;
#endif
@end