CategoryResultView
struct CategoryResultView {
let id: String
let name: String?
let imageUrl: String?
}Updated 9 months ago
struct CategoryResultView {
let id: String
let name: String?
let imageUrl: String?
}Updated 9 months ago