TermsTableCell
final class TermsTableCell : UITableViewCell
-
Declaration
Swift
var checkButtonTapped: (() -> Void)
-
Declaration
Swift
override init( style: UITableViewCell.CellStyle, reuseIdentifier: String? )
-
Declaration
Swift
required init?(coder: NSCoder)
-
Declaration
Swift
func setupCellData(check: Bool, term: String)
-
Declaration
Swift
@objc func tappedCheck()