Commit 3cd522b4 by zhangyunjie

1.0.0.12

parent f81de5e2
...@@ -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.11' s.version = '1.0.0.12'
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.11"; static const NSString *OffcnIMSDKiOSVersion = @"1.0.0.12";
typedef NS_ENUM(NSUInteger, OffcnIMSDKReachabilityStatus) { typedef NS_ENUM(NSUInteger, OffcnIMSDKReachabilityStatus) {
OffcnIMSDKReachabilityStatusNotReachable = 0, OffcnIMSDKReachabilityStatusNotReachable = 0,
......
...@@ -31,6 +31,7 @@ typedef NS_ENUM(NSUInteger, OffcnIMConnectStatus) { ...@@ -31,6 +31,7 @@ typedef NS_ENUM(NSUInteger, OffcnIMConnectStatus) {
@protocol OffcnIMSocketDelegate <NSObject> @protocol OffcnIMSocketDelegate <NSObject>
@optional
//收到消息 //收到消息
-(void)offcnIMSocketReceiveMessageModel:(OffcnIMModel *)IMModel; -(void)offcnIMSocketReceiveMessageModel:(OffcnIMModel *)IMModel;
......
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