udpated VDS protocol
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
47668163b8
commit
e8ad9d0938
@ -24,6 +24,7 @@ extension VDSMoleculeViewProtocol {
|
|||||||
public func set(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable: Any]?) {
|
public func set(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable: Any]?) {
|
||||||
guard let castedModel = model as? ViewModel else { return }
|
guard let castedModel = model as? ViewModel else { return }
|
||||||
self.delegateObject = delegateObject
|
self.delegateObject = delegateObject
|
||||||
|
self.additionalData = additionalData
|
||||||
viewModel = castedModel
|
viewModel = castedModel
|
||||||
viewModelDidUpdate()
|
viewModelDidUpdate()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user