Fix type
This commit is contained in:
parent
0812293813
commit
7416271076
|
|
@ -35,7 +35,7 @@ public protocol ConfigurableCell {
|
|||
|
||||
public extension ConfigurableCell {
|
||||
|
||||
func height(for _: T) -> CGFloat {
|
||||
func height(for _: CellData) -> CGFloat {
|
||||
return UITableViewAutomaticDimension
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue