Skip to content

Instantly share code, notes, and snippets.

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