Commit b2d3e880 by zhangyunjie

2.5.4.6ijk优化bug

parent fa705ba6
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS' s.name = 'OffcnLiveSDKiOS'
s.version = '2.5.4.5' s.version = '2.5.4.6'
s.summary = 'OffcnLiveSDKiOS.' s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC s.description = <<-DESC
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
//#import "OffcnShareWindow.h" //#import "OffcnShareWindow.h"
static const NSString *OffcnLiveSDKVersion = @"2.5.4.5"; static const NSString *OffcnLiveSDKVersion = @"2.5.4.6";
@interface OffcnPlaybackModel : NSObject @interface OffcnPlaybackModel : NSObject
//口令 //口令
......
...@@ -40,8 +40,6 @@ typedef NS_ENUM(NSInteger,PlayerState) ...@@ -40,8 +40,6 @@ typedef NS_ENUM(NSInteger,PlayerState)
-(void) onPlayerStateChanged:(PlayerState) playerState; -(void) onPlayerStateChanged:(PlayerState) playerState;
-(void) onCurrentPosition:(NSTimeInterval)curPos totalDuration:(NSTimeInterval)duration; -(void) onCurrentPosition:(NSTimeInterval)curPos totalDuration:(NSTimeInterval)duration;
@end @end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment