Remove deprecated attribute for estimatedHeight
This commit is contained in:
parent
9d10bc18bf
commit
65cf31717b
|
|
@ -26,7 +26,6 @@ public protocol ConfigurableCell {
|
|||
|
||||
static var reuseIdentifier: String { get }
|
||||
|
||||
@available(*, deprecated, message: "For static cells use defaultHeight, height of self-sized cells will be calculated automatically")
|
||||
static var estimatedHeight: CGFloat? { get }
|
||||
|
||||
static var defaultHeight: CGFloat? { get }
|
||||
|
|
|
|||
Loading…
Reference in New Issue