Commit 7f49065e by zhangyunjie

1.0.0.10

parent 3a9e5728
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'OffcnIMSDKiOS' s.name = 'OffcnIMSDKiOS'
s.version = '1.0.0.9' s.version = '1.0.0.10'
s.summary = 'OffcnIMSDKiOS.' s.summary = 'OffcnIMSDKiOS.'
s.description = <<-DESC s.description = <<-DESC
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import "OffcnIMModel.h" #import "OffcnIMModel.h"
static const NSString *OffcnIMSDKiOSVersion = @"1.0.0.9"; static const NSString *OffcnIMSDKiOSVersion = @"1.0.0.10";
typedef NS_ENUM(NSUInteger, OffcnIMSDKReachabilityStatus) { typedef NS_ENUM(NSUInteger, OffcnIMSDKReachabilityStatus) {
OffcnIMSDKReachabilityStatusNotReachable = 0, OffcnIMSDKReachabilityStatusNotReachable = 0,
......
...@@ -26,7 +26,6 @@ typedef NS_ENUM(NSUInteger, OffcnIMConnectStatus) { ...@@ -26,7 +26,6 @@ typedef NS_ENUM(NSUInteger, OffcnIMConnectStatus) {
OffcnIMConnectStatusTokenInvalid = 5003, //token已失效 OffcnIMConnectStatusTokenInvalid = 5003, //token已失效
OffcnIMConnectStatusKickout = 8002, //账号被踢 OffcnIMConnectStatusKickout = 8002, //账号被踢
OffcnIMConnectStatusRequestIMSettingsFail = 201026, //获取IM配置失败
OffcnIMConnectStatusPass500Byte = 201027, //发送超过500字 OffcnIMConnectStatusPass500Byte = 201027, //发送超过500字
}; };
......
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