vds_ios/VDS/Extensions/UIControl.swift
Matt Bruce d02794e369 added UIControl extension
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-12-08 11:03:33 -06:00

14 lines
203 B
Swift

//
// UIControl.swift
// VDS
//
// Created by Matt Bruce on 12/8/22.
//
import Foundation
import UIKit
extension UIControl.State {
public static var error = UIControl.State(rawValue: 1 << 16)
}