Sign in
chromium
/
external
/
github.com
/
material-components
/
material-components-ios
/
HEAD
/
.
/
components
/
M3CTextField
/
src
/
M3CTextInputControlState.swift
blob: 7ad70cc6b41b0ebf285501c19236cb392cc86e76 [
file
] [
log
] [
blame
]
import
UIKit
@available
(
iOS
13.0
,
*)
extension
UIControl
.
State
:
Hashable
{
public
static
let
error
=
UIControl
.
State
(
rawValue
:
1
<<
16
)
}