CategoryResultView
struct CategoryResultView {
let id: String
let name: String?
let imageUrl: String?
}
Updated over 2 years ago
struct CategoryResultView {
let id: String
let name: String?
let imageUrl: String?
}
Updated over 2 years ago