Remove `Bindable` `DynamicProperty` inheritance. (#46)
This commit is contained in:
parent
c374e21e19
commit
a4a84e387c
|
@ -53,7 +53,7 @@ where ModelValue.Value == ViewValue.Value, ModelValue.Value: Equatable {
|
|||
}
|
||||
}
|
||||
|
||||
public protocol _Bindable: DynamicProperty {
|
||||
public protocol _Bindable {
|
||||
associatedtype Value
|
||||
var wrappedValue: Value { get nonmutating set }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue