blob: 7ad70cc6b41b0ebf285501c19236cb392cc86e76 [file] [log] [blame] [edit]
import UIKit
@available(iOS 13.0, *)
extension UIControl.State: Hashable {
public static let error = UIControl.State(rawValue: 1 << 16)
}