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 }