From 741627107688f100526d01e00991caf01b928883 Mon Sep 17 00:00:00 2001 From: Ivan Zinovyev Date: Sun, 4 Nov 2018 08:18:06 +0300 Subject: [PATCH] Fix type --- Sources/ConfigurableCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ConfigurableCell.swift b/Sources/ConfigurableCell.swift index 48748b5..5dd0152 100644 --- a/Sources/ConfigurableCell.swift +++ b/Sources/ConfigurableCell.swift @@ -35,7 +35,7 @@ public protocol ConfigurableCell { public extension ConfigurableCell { - func height(for _: T) -> CGFloat { + func height(for _: CellData) -> CGFloat { return UITableViewAutomaticDimension }