Skip to content

Instantly share code, notes, and snippets.

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