HistoryTableViewCell
final class HistoryTableViewCell : UITableViewCell
-
Declaration
Swift
var cancelButtonTapped: (() -> Void)!
-
Declaration
Swift
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?)
-
Declaration
Swift
required init?(coder: NSCoder)
-
Declaration
Swift
func setupCellData(_ historyModel: HistoryTableModel)