Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aataraxiaa/7b99cd088f387456c91f5cb5e057fd69 to your computer and use it in GitHub Desktop.
Save aataraxiaa/7b99cd088f387456c91f5cb5e057fd69 to your computer and use it in GitHub Desktop.
struct Model: Decodable {
let id: Int
let name: String
let imageURL: URL
}
struct ModelWrapper {
let model: Model
let image: UIImage
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment