This commit is contained in:
Pfeil, Scott Robert 2020-09-22 09:57:40 -04:00
parent 30924c6c50
commit f6c4609deb

View File

@ -63,6 +63,7 @@ import Foundation
} }
open override class func estimatedHeight(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?) -> CGFloat? { open override class func estimatedHeight(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?) -> CGFloat? {
// Currently hardcoded to 96 above.
return 96 return 96
} }