mirror of
https://github.com/yattee/yattee.git
synced 2025-10-14 19:38:13 +00:00
Remember last used trending category and country
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// swiftlint:disable switch_case_on_newline
|
||||
import Defaults
|
||||
|
||||
enum Country: String, CaseIterable, Identifiable, Hashable {
|
||||
enum Country: String, CaseIterable, Identifiable, Hashable, Defaults.Serializable {
|
||||
var id: String {
|
||||
rawValue
|
||||
}
|
||||
|
Reference in New Issue
Block a user