Commit 9886b90a by zhangyunjie

2.6.1.1

parent 64c2fdb0
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS'
s.version = '2.6.1.0'
s.version = '2.6.1.1'
s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC
......
......@@ -18,6 +18,8 @@ typedef NS_ENUM(NSUInteger, OffcnDownloadState) {
OffcnDownloadStateProgress,//进度//进行中
OffcnDownloadStateCompleted,//下载完成
OffcnDownloadStateFailed,//下载失败
OffcnDownloadStateLocalAlreadyExists,//本地已存在
};
typedef NS_ENUM(NSInteger, OffcnReachabilityStatus) {
......
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnShareWindow.h"
static const NSString *OffcnLiveSDKVersion = @"2.6.1.0";
static const NSString *OffcnLiveSDKVersion = @"2.6.1.1";
//事件通知
#define kOffcnEventNotification @"kOffcnEventNotification"
......
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