Skip to content

Instantly share code, notes, and snippets.

@gmoraleda
Created November 15, 2018 12:35
Show Gist options
  • Save gmoraleda/805347b56f3b41fa554726948d56c175 to your computer and use it in GitHub Desktop.
Save gmoraleda/805347b56f3b41fa554726948d56c175 to your computer and use it in GitHub Desktop.
struct ApiResponse: Codable {
let errorCode: Int
let name: String
let age: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment