Commit 970a1131ef430daf5b1239b6250283b4af86914c

Authored by zhangxiaowen
1 parent 24c90437

no message

CNLivePlayer/Classes/Player/CNLivePlayer.m
... ... @@ -812,7 +812,6 @@ NSString * const CNLiveHostStatusChangedNotification = @"CNLiveAnchorStatusChang
812 812 #pragma mark - 属性
813 813 - (NSURL *)contentURL {
814 814 return _player.contentURL;
815   -
816 815 }
817 816  
818 817 - (UIView *)view {
... ... @@ -845,7 +844,6 @@ NSString * const CNLiveHostStatusChangedNotification = @"CNLiveAnchorStatusChang
845 844  
846 845 - (NSTimeInterval)currentPlaybackTime{
847 846 return _player.currentPlaybackTime;
848   -
849 847 }
850 848  
851 849 - (void)setCurrentPlaybackTime:(NSTimeInterval)currentPlaybackTime{
... ...