Skip to content

Instantly share code, notes, and snippets.

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