code cleanup

This commit is contained in:
Kruthika KP 2020-03-05 12:22:26 +05:30
parent fe959f09e5
commit edc362526c

View File

@ -45,9 +45,5 @@ import Foundation
} }
open override class func estimatedHeight(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?) -> CGFloat? { open override class func estimatedHeight(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?) -> CGFloat? {
return 90 return 90
} }
open override func reset() {
super.reset()
}
} }