yattee/Model/TrendingState.swift

7 lines
166 B
Swift
Raw Normal View History

2021-06-17 10:02:39 +00:00
import Foundation
final class TrendingState: ObservableObject {
@Published var category: TrendingCategory = .default
@Published var country: Country = .pl
}