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 54db8b1 commit e5e46fdCopy full SHA for e5e46fd
Sources/DataLife/DataLifeViewModel.swift
@@ -9,6 +9,8 @@ import Foundation
9
10
open class DataLifeViewModel: ObserverProtocol {
11
public var id: Int = 0
12
+
13
+ public init() {}
14
15
public func onValueChanged(_ value: Any?) {
16
//empty
0 commit comments