Fix the watchOS Example compile issue
This commit is contained in:
parent
60f353180d
commit
04e7af0e5b
|
@ -12,8 +12,10 @@ import SDWebImageSwiftUI
|
|||
|
||||
class UserSettings: ObservableObject {
|
||||
// Some environment configuration
|
||||
#if os(tvOS)
|
||||
@Published var editMode: EditMode = .inactive
|
||||
@Published var zoomed: Bool = false
|
||||
#endif
|
||||
}
|
||||
|
||||
#if os(watchOS)
|
||||
|
|
Loading…
Reference in New Issue