Skip to content

Instantly share code, notes, and snippets.

@ShoMasegi
Created November 25, 2018 14:16
Show Gist options
  • Save ShoMasegi/c01488f4fd9b0fc18f2e9c094a20ba44 to your computer and use it in GitHub Desktop.
Save ShoMasegi/c01488f4fd9b0fc18f2e9c094a20ba44 to your computer and use it in GitHub Desktop.
@objc protocol FilledTextFieldDelegate: class {
@objc optional func filledTextField(_ filledTextField: FilledTextField, textFieldTextDidChange _: String)
@objc optional func filledTextFieldDidBeginFocusing(_ textField: FilledTextField)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment