code cleanup

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

View File

@ -46,8 +46,4 @@ 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()
}
} }