Created
August 1, 2017 03:11
-
-
Save llinardos/5323cea4b4be3e05cbb7ca5ec3e475be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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