From 70e6addcd0435eafa7e78307a966f4db7f781df6 Mon Sep 17 00:00:00 2001 From: Ivan Zinovyev Date: Sun, 4 Nov 2018 08:31:46 +0300 Subject: [PATCH] Make AccurateCellHeightCalculator public --- Sources/AccurateCellHeightCalculator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/AccurateCellHeightCalculator.swift b/Sources/AccurateCellHeightCalculator.swift index e266790..d4190fb 100644 --- a/Sources/AccurateCellHeightCalculator.swift +++ b/Sources/AccurateCellHeightCalculator.swift @@ -1,6 +1,6 @@ import UIKit -class AccurateCellHeightCalculator: RowHeightCalculator { +public class AccurateCellHeightCalculator: RowHeightCalculator { private(set) weak var tableView: UITableView? private var prototypes = [String: UITableViewCell]()