Skip to content

Instantly share code, notes, and snippets.

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