5 lines
133 B
Swift
5 lines
133 B
Swift
import UIKit
|
|
|
|
@objc public protocol OrientationLockable: AnyObject {
|
|
var orientationLock: UIInterfaceOrientationMask {get set}
|
|
}
|