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