This commit is contained in:
Ivan Zinovyev 2018-11-04 08:18:06 +03:00
parent 0812293813
commit 7416271076
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public protocol ConfigurableCell {
public extension ConfigurableCell {
func height(for _: T) -> CGFloat {
func height(for _: CellData) -> CGFloat {
return UITableViewAutomaticDimension
}