RSDButtonCellDelegate
public protocol RSDButtonCellDelegate : AnyObject
A protocol for setting up a delegate for the button cell.
-
Called by the button cell when it is tapped.
Declaration
Swift
func didTapButton(on cell: RSDButtonCell)