We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f8765 commit 54db8b1Copy full SHA for 54db8b1
Sources/DataLife/DataLifeViewModel.swift
@@ -7,7 +7,7 @@
7
8
import Foundation
9
10
-public class DataLifeViewModel: ObserverProtocol {
+open class DataLifeViewModel: ObserverProtocol {
11
public var id: Int = 0
12
13
public func onValueChanged(_ value: Any?) {
0 commit comments