7 lines
244 B
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
|
|
}
|