Remove deprecated attribute for estimatedHeight

This commit is contained in:
Ivan Zinovyev 2019-01-09 16:08:25 +03:00
parent 9d10bc18bf
commit 65cf31717b
1 changed files with 0 additions and 1 deletions

View File

@ -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 }