Created
July 9, 2021 15:08
-
-
Save aataraxiaa/7b99cd088f387456c91f5cb5e057fd69 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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