Removed estimated height

This commit is contained in:
Pavel Lukandiy 2019-04-17 15:26:17 +03:00
parent 8ad7e7162f
commit fc3708c793
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ open class LabelTableViewCell: SeparatorCell, InitializableView, ConfigurableCel
// MARK: - Properties
public static let estimatedHeight: CGFloat? = 44.0
private let label = UILabel()
private let backgroundImageView = UIImageView()
private let contentContainerView = UIView()