Skip to content

Instantly share code, notes, and snippets.

@jaumevn
Created January 3, 2018 16:34
Show Gist options
  • Save jaumevn/67effa151cf6eb124c1c9b12ed167a43 to your computer and use it in GitHub Desktop.
Save jaumevn/67effa151cf6eb124c1c9b12ed167a43 to your computer and use it in GitHub Desktop.
struct User: Codable {
var name: String
var username: String
var phoneNumber: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment