Skip to content

Instantly share code, notes, and snippets.

@bill350
Last active March 24, 2017 10:17
Show Gist options
  • Save bill350/453b8e6363e1db1b25993bed437dd71c to your computer and use it in GitHub Desktop.
Save bill350/453b8e6363e1db1b25993bed437dd71c to your computer and use it in GitHub Desktop.
class Form {
var formItems = [FormItem]()
var title: String?
var username: String?
var mail: String?
var phoneNumber: String?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment