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]()