Commit 1f7b1b7a by zhangyunjie

“2.7.8.0”

parent e236766e
...@@ -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.7.7.9.2' s.version = '2.7.8.0'
s.summary = 'OffcnLiveSDKiOS.' s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC s.description = <<-DESC
......
...@@ -260,4 +260,7 @@ typedef void(^downloadM3u8CallBack)(BOOL isSuccess, NSError *error); ...@@ -260,4 +260,7 @@ typedef void(^downloadM3u8CallBack)(BOOL isSuccess, NSError *error);
//开启画中画获取m3u8_pipContent //开启画中画获取m3u8_pipContent
- (void)pip_downloadm3u8WithModel:(OffcnDownloadManagerModel *)model finished:(void(^)(BOOL success,NSString *m3u8_pipContent))finished; - (void)pip_downloadm3u8WithModel:(OffcnDownloadManagerModel *)model finished:(void(^)(BOOL success,NSString *m3u8_pipContent))finished;
//删除缓存(非下载的视频文件)
- (void)removeAllRemovableCachesWithDocumentPath:(NSString *)documentPath;
@end @end
...@@ -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.7.7.9.2"; static const NSString *OffcnLiveSDKVersion = @"2.7.8.0";
//事件通知 //事件通知
#define kOffcnSDKEventLookCourseNotification @"kOffcnSDKEventLookCourseNotification" #define kOffcnSDKEventLookCourseNotification @"kOffcnSDKEventLookCourseNotification"
......
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