fixes suggested by levi

This commit is contained in:
Erekle
2016-05-18 00:45:40 +04:00
parent d9b84db614
commit 39e287f0d6
4 changed files with 42 additions and 30 deletions

View File

@@ -104,7 +104,7 @@ NS_ASSUME_NONNULL_BEGIN
* @abstract Delegate method invoked when ASVideoPlayerNode playback time is taped.
* @param videoPlayerNode The ASVideoPlayerNode that was tapped.
*/
- (void)videoPlayerNodeWasTapped:(ASVideoPlayerNode *)videoPlayer;
- (void)didTapVideoPlayerNode:(ASVideoPlayerNode *)videoPlayer;
/**
* @abstract Delegate method invoked when ASVideoNode playback time is updated.
* @param videoPlayerNode The video node that was tapped.