typo fix
This commit is contained in:
parent
14af105ad7
commit
4d07578865
@ -46,7 +46,7 @@ import UIKit
|
|||||||
}
|
}
|
||||||
|
|
||||||
public override class func estimatedHeight(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?) -> CGFloat {
|
public override class func estimatedHeight(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?) -> CGFloat {
|
||||||
guard let moleculeModel = (model as? MoleculeContainerModel)?.molecule,
|
guard let moleculeModel = (model as? MoleculeListItemModel)?.molecule,
|
||||||
let classType = MoleculeObjectMapping.shared()?.getMoleculeClass(moleculeModel),
|
let classType = MoleculeObjectMapping.shared()?.getMoleculeClass(moleculeModel),
|
||||||
let height = classType.estimatedHeight(with: moleculeModel, delegateObject)
|
let height = classType.estimatedHeight(with: moleculeModel, delegateObject)
|
||||||
else { return 80 }
|
else { return 80 }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user