added readonly

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-05-28 09:33:10 -05:00
parent 0a9924f46c
commit 8e0287c8fd

View File

@ -15,4 +15,7 @@ extension UIControl.State {
/// State for Success
public static var success = UIControl.State(rawValue: 1 << 17)
/// State for Success
public static var readonly = UIControl.State(rawValue: 1 << 18)
}