Make AccurateCellHeightCalculator public

This commit is contained in:
Ivan Zinovyev 2018-11-04 08:31:46 +03:00
parent 86f07b8e7c
commit 70e6addcd0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import UIKit
class AccurateCellHeightCalculator: RowHeightCalculator {
public class AccurateCellHeightCalculator: RowHeightCalculator {
private(set) weak var tableView: UITableView?
private var prototypes = [String: UITableViewCell]()