ensured all vds components have the estimated height implementation

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-08-01 15:18:33 -05:00
parent ab5a5a1e55
commit c2cb8781d6

View File

@ -38,5 +38,9 @@ extension VDSMoleculeViewProtocol {
public func update(viewModel: ViewModel){
set(with: viewModel, delegateObject, additionalData)
}
public func updateView(_ size: CGFloat) { }
public static func estimatedHeight(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?) -> CGFloat? { 44 }
}