Keyword suggestions and language support.

This commit is contained in:
Vicnet
2023-10-10 13:37:46 +02:00
parent 6780868916
commit c0a63d7560
16 changed files with 986 additions and 169 deletions

View File

@@ -115,6 +115,11 @@ struct RecipeImage {
var full: UIImage?
}
struct RecipeKeyword: Codable {
let name: String
let recipe_count: Int
}