Skip to content

Instantly share code, notes, and snippets.

@farzadshbfn
Last active September 14, 2018 10:19
Show Gist options
  • Save farzadshbfn/f520a2790b32949a3e0e7f995bb181af to your computer and use it in GitHub Desktop.
Save farzadshbfn/f520a2790b32949a3e0e7f995bb181af to your computer and use it in GitHub Desktop.
Basic UserProfile
struct UserProfile {
let name: String
let lastName: String
let cellNumber: String
let email: String?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment