PlayerViewHeaderCellDelegate

@objc
protocol PlayerViewHeaderCellDelegate

This is a protocol for player view header cell

  • Function will be called when like button is tapped

    Declaration

    Swift

    func onLikeTap(completion: @escaping () -> Void)
  • Function will be called when dislike button is tapped

    Declaration

    Swift

    func onDisLikeTap(completion: @escaping () -> Void)