Skip to content

Instantly share code, notes, and snippets.

@laevandus
Last active November 3, 2018 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laevandus/3baac9923bf864ebbe087f2819c1e493 to your computer and use it in GitHub Desktop.
Save laevandus/3baac9923bf864ebbe087f2819c1e493 to your computer and use it in GitHub Desktop.
struct TextInputFormItem: FormItem {
let text: String
let placeholder: String
let didChange: (String) -> ()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment