diff --git a/Sources/ConfigurableCell.swift b/Sources/ConfigurableCell.swift index 4cc3161..dfb0ce1 100644 --- a/Sources/ConfigurableCell.swift +++ b/Sources/ConfigurableCell.swift @@ -33,6 +33,14 @@ public protocol ConfigurableCell { } +public extension ConfigurableCell { + + func height(for _: T) -> CGFloat { + return UITableViewAutomaticDimension + } + +} + public extension ConfigurableCell where Self: UITableViewCell { static var reuseIdentifier: String {