Commit 36231dc8 by zhangyunjie

1.2.3.5

parent c47df11f
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnIMSDKiOS'
s.version = '1.2.3.4'
s.version = '1.2.3.5'
s.summary = 'OffcnIMSDKiOS.'
s.description = <<-DESC
......
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnIMModel.h"
static const NSString *OffcnIMSDKiOSVersion = @"1.2.3.4";
static const NSString *OffcnIMSDKiOSVersion = @"1.2.3.5";
//聊天详情头像点击事件通知
#define kOffcnIMChatInfoHeadIconClickNotification @"kOffcnIMChatInfoHeadIconClickNotification"
......
......@@ -22,6 +22,7 @@ NS_ASSUME_NONNULL_BEGIN
typedef NS_ENUM(NSUInteger, OffcnIMConnectStatus) {
OffcnIMConnectStatusMissingParameter = 201019, //缺少参数
OffcnIMConnectStatusInitializing = 201029, //连接初始化中
OffcnIMConnectStatusInitializingFail = 201030, //连接初始化失败
OffcnIMConnectStatusSuccess = 0, //连接成功
OffcnIMConnectStatusFail = 1, //连接失败
......
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