From 65cf31717b6924af4c8c8e63f5eb903fe6a0d464 Mon Sep 17 00:00:00 2001 From: Ivan Zinovyev Date: Wed, 9 Jan 2019 16:08:25 +0300 Subject: [PATCH] Remove deprecated attribute for estimatedHeight --- Sources/ConfigurableCell.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/ConfigurableCell.swift b/Sources/ConfigurableCell.swift index b7d9464..02817a7 100644 --- a/Sources/ConfigurableCell.swift +++ b/Sources/ConfigurableCell.swift @@ -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 }