Skip to content

Instantly share code, notes, and snippets.

@llinardos
Created August 1, 2017 02:59
Show Gist options
  • Save llinardos/e46c697a715c982f9dcf91d16bb51b77 to your computer and use it in GitHub Desktop.
Save llinardos/e46c697a715c982f9dcf91d16bb51b77 to your computer and use it in GitHub Desktop.
struct User {
var name: String
var email: String
var photo: UIImage
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment