Make AccurateCellHeightCalculator public
This commit is contained in:
parent
86f07b8e7c
commit
70e6addcd0
|
|
@ -1,6 +1,6 @@
|
|||
import UIKit
|
||||
|
||||
class AccurateCellHeightCalculator: RowHeightCalculator {
|
||||
public class AccurateCellHeightCalculator: RowHeightCalculator {
|
||||
|
||||
private(set) weak var tableView: UITableView?
|
||||
private var prototypes = [String: UITableViewCell]()
|
||||
|
|
|
|||
Loading…
Reference in New Issue