Skip to content

Instantly share code, notes, and snippets.

@jaumevn
Last active January 3, 2018 16:36
Show Gist options
  • Save jaumevn/ea5d140e38ba87167ab402a9fe2f2b1b to your computer and use it in GitHub Desktop.
Save jaumevn/ea5d140e38ba87167ab402a9fe2f2b1b to your computer and use it in GitHub Desktop.
struct Device: Codable {
var name: String
var manufacturer: String
}
struct User: Codable {
var name: String
var username: String
var phoneNumber: String
var devices: [Device]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment