Commit babc1c18 by zhangyunjie

1.2.2.7

parent f371567e
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnIMSDKiOS'
s.version = '1.2.2.6'
s.version = '1.2.2.7'
s.summary = 'OffcnIMSDKiOS.'
s.description = <<-DESC
......
......@@ -46,6 +46,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,copy)NSString *extIndex;//开发者扩展字段
@property (nonatomic,assign)CGFloat cellH;//扩展字段
@property (nonatomic,copy)NSString *ext_custom;//开发者扩展字段
@property (nonatomic,assign)NSInteger numberTip;//扩展字段
//客服使用
@property (nonatomic,copy)NSString *group_id;//客服组ID
......
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnIMModel.h"
static const NSString *OffcnIMSDKiOSVersion = @"1.2.2.6";
static const NSString *OffcnIMSDKiOSVersion = @"1.2.2.7";
//聊天详情头像点击事件通知
#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