Commit 970a1131ef430daf5b1239b6250283b4af86914c
1 parent
24c90437
no message
Showing
1 changed file
with
0 additions
and
2 deletions
CNLivePlayer/Classes/Player/CNLivePlayer.m
| @@ -812,7 +812,6 @@ NSString * const CNLiveHostStatusChangedNotification = @"CNLiveAnchorStatusChang | @@ -812,7 +812,6 @@ NSString * const CNLiveHostStatusChangedNotification = @"CNLiveAnchorStatusChang | ||
| 812 | #pragma mark - 属性 | 812 | #pragma mark - 属性 |
| 813 | - (NSURL *)contentURL { | 813 | - (NSURL *)contentURL { |
| 814 | return _player.contentURL; | 814 | return _player.contentURL; |
| 815 | - | ||
| 816 | } | 815 | } |
| 817 | 816 | ||
| 818 | - (UIView *)view { | 817 | - (UIView *)view { |
| @@ -845,7 +844,6 @@ NSString * const CNLiveHostStatusChangedNotification = @"CNLiveAnchorStatusChang | @@ -845,7 +844,6 @@ NSString * const CNLiveHostStatusChangedNotification = @"CNLiveAnchorStatusChang | ||
| 845 | 844 | ||
| 846 | - (NSTimeInterval)currentPlaybackTime{ | 845 | - (NSTimeInterval)currentPlaybackTime{ |
| 847 | return _player.currentPlaybackTime; | 846 | return _player.currentPlaybackTime; |
| 848 | - | ||
| 849 | } | 847 | } |
| 850 | 848 | ||
| 851 | - (void)setCurrentPlaybackTime:(NSTimeInterval)currentPlaybackTime{ | 849 | - (void)setCurrentPlaybackTime:(NSTimeInterval)currentPlaybackTime{ |