ssap_app/node_modules/react-native-screens/ios/gamma/orientation/RNSOrientationProviding.swift

7 lines
244 B
Swift

// TODO: investigate objc - swift interop and deduplicate this code
// This class needs to follow the RNSOrientationProviding from objc.
@objc
public protocol RNSOrientationProvidingSwift {
func evaluateOrientation() -> RNSOrientationSwift
}