1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-27 15:30:33 +05:30
yattee/Model/TrendingState.swift
2021-06-17 12:02:39 +02:00

7 lines
166 B
Swift

import Foundation
final class TrendingState: ObservableObject {
@Published var category: TrendingCategory = .default
@Published var country: Country = .pl
}