Commit a94b1900 by zhangyunjie

1.2.2.16

parent 6c9c00a7
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnIMSDKiOS'
s.version = '1.2.2.15'
s.version = '1.2.2.16'
s.summary = 'OffcnIMSDKiOS.'
s.description = <<-DESC
......
......@@ -51,6 +51,7 @@ NS_ASSUME_NONNULL_BEGIN
//客服使用
@property (nonatomic,copy)NSString *group_id;//客服组ID
@property (nonatomic,assign)BOOL is_agent;//是否教师身份登陆
@property (nonatomic,copy)NSString *ref_msgid;//已评价消息ID
//以下数据库使用
......
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnIMModel.h"
static const NSString *OffcnIMSDKiOSVersion = @"1.2.2.15";
static const NSString *OffcnIMSDKiOSVersion = @"1.2.2.16";
//聊天详情头像点击事件通知
#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