Image caching fixes
This commit is contained in:
@@ -63,6 +63,7 @@ struct RecipeDetail: Codable {
|
||||
}
|
||||
|
||||
struct RecipeImage {
|
||||
var imageExists: Bool = true
|
||||
var thumb: UIImage?
|
||||
var full: UIImage?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user