Commit 8c583a09 by zhangyunjie

1.2.2.11

parent 12a83948
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnIMSDKiOS'
s.version = '1.2.2.10'
s.version = '1.2.2.11'
s.summary = 'OffcnIMSDKiOS.'
s.description = <<-DESC
......
......@@ -41,7 +41,7 @@ NS_ASSUME_NONNULL_BEGIN
-(BOOL)isJumpToBrowserWithLinkUrlStr:(NSString *)linkUrlStr;
/// 满足条件:“学员在班级&班级状态不是已结班” 或 “学员在学习包内”返回YES,否则返回NO
/// 满足条件:“学员在班级&班级状态不是已结班” 或 “学员在学习包内”返回NO,否则返回YES
/// @param teacherID 教师ID
/// @param studentID 学生ID
/// @param group_id 客服组ID
......
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnIMModel.h"
static const NSString *OffcnIMSDKiOSVersion = @"1.2.2.10";
static const NSString *OffcnIMSDKiOSVersion = @"1.2.2.11";
//聊天详情头像点击事件通知
#define kOffcnIMChatInfoHeadIconClickNotification @"kOffcnIMChatInfoHeadIconClickNotification"
......
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