mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 09:58:14 +00:00
Home Settings
This commit is contained in:
11
Model/WatchModel.swift
Normal file
11
Model/WatchModel.swift
Normal file
@@ -0,0 +1,11 @@
|
||||
import SwiftUI
|
||||
|
||||
final class WatchModel: ObservableObject {
|
||||
static let shared = WatchModel()
|
||||
|
||||
@Published var historyToken = UUID()
|
||||
|
||||
func watchesChanged() {
|
||||
historyToken = UUID()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user