PlayerViewHeaderCellDelegate
@objc
protocol PlayerViewHeaderCellDelegate
This is a protocol for player view header cell
-
Function will be called when
likebutton is tappedDeclaration
Swift
func onLikeTap(completion: @escaping () -> Void) -
Function will be called when
dislikebutton is tappedDeclaration
Swift
func onDisLikeTap(completion: @escaping () -> Void)
PlayerViewHeaderCellDelegate Protocol Reference