This commit is contained in:
Pfeil, Scott Robert 2019-05-24 11:57:00 -04:00
parent 699aa94d0a
commit 89ed78a0eb

View File

@ -63,7 +63,7 @@ import UIKit
primaryButton?.setWithJSON(json, delegateObject: delegateObject, additionalData: additionalData)
}
public static func estimatedHeight(forRow json: [AnyHashable : Any]?) -> CGFloat {
public override static func estimatedHeight(forRow json: [AnyHashable : Any]?) -> CGFloat {
return 40
}