Files
Fluxup_PAP/node_modules/react-native-screens/ios/RNSOrientationProviding.h
2026-03-10 16:18:05 +00:00

16 lines
308 B
Objective-C

#pragma once
#import "RNSEnums.h"
NS_ASSUME_NONNULL_BEGIN
// TODO: investigate objc - swift interop and deduplicate this code
// This class needs to be compatible with the RNSOrientationProvidingSwift.
@protocol RNSOrientationProviding
- (RNSOrientation)evaluateOrientation;
@end
NS_ASSUME_NONNULL_END