Created
August 1, 2017 03:25
-
-
Save llinardos/0b91f54a1444ec3657ed51af2e0233f8 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 photo: Image | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment