Commit 964a95cb by zhangyunjie

2.5.3.2

parent b10df065
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS'
s.version = '2.5.3.1'
s.version = '2.5.3.2'
s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC
......
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
//#import "OffcnShareWindow.h"
static const NSString *OffcnLiveSDKVersion = @"2.5.3.1";
static const NSString *OffcnLiveSDKVersion = @"2.5.3.2";
@interface OffcnPlaybackModel : NSObject
//口令
......@@ -69,7 +69,7 @@ typedef void(^playbackCallBack)(NSString *password, NSInteger recentlyWatchValue
*/
@property (nonatomic, assign) BOOL isTest;
//回放观看进度回调
//回放观看退出房间后进度回调
@property (nonatomic, copy) playbackCallBack offcnPlaybackCallBack;
//回放观看过程中进度model(只在观看过程中有数据,退出房间后就被清空了)
......
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