Commit 8856425e by zhangyunjie

1.0.0.8

parent f79a49db
...@@ -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.7' s.version = '1.0.0.8'
s.summary = 'OffcnIMSDKiOS.' s.summary = 'OffcnIMSDKiOS.'
s.description = <<-DESC s.description = <<-DESC
......
...@@ -29,6 +29,7 @@ NS_ASSUME_NONNULL_BEGIN ...@@ -29,6 +29,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,assign)NSInteger msg_scope;// 区分单聊:1以及群聊:2 @property (nonatomic,assign)NSInteger msg_scope;// 区分单聊:1以及群聊:2
@property (nonatomic,copy)NSString *msg_from;//发送消息的用户id @property (nonatomic,copy)NSString *msg_from;//发送消息的用户id
@property (nonatomic,copy)NSString *msg_to;//接受消息的用户id @property (nonatomic,copy)NSString *msg_to;//接受消息的用户id
@property (nonatomic,copy)NSString *to;//对方Id
@property (nonatomic,assign)NSInteger msg_type;//消息类型 @property (nonatomic,assign)NSInteger msg_type;//消息类型
@property (nonatomic,strong)OffcnIMMsgModel *msg;//消息内容 @property (nonatomic,strong)OffcnIMMsgModel *msg;//消息内容
...@@ -91,7 +92,7 @@ NS_ASSUME_NONNULL_BEGIN ...@@ -91,7 +92,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,strong)OffcnIMLast_msgModel *last_msg;//消息信息 @property (nonatomic,strong)OffcnIMLast_msgModel *last_msg;//消息信息
@property (nonatomic,copy)NSString *session_id;//会话Id @property (nonatomic,copy)NSString *session_id;//会话Id
@property (nonatomic,copy)NSString *to;//接受人Id @property (nonatomic,copy)NSString *to;//对方Id
@property (nonatomic,assign)NSInteger type;//类型 @property (nonatomic,assign)NSInteger type;//类型
@property (nonatomic,assign)NSInteger unread_number;//数量 @property (nonatomic,assign)NSInteger unread_number;//数量
@end @end
...@@ -109,6 +110,7 @@ NS_ASSUME_NONNULL_BEGIN ...@@ -109,6 +110,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,assign)NSInteger msg_scope;// 区分单聊:1以及群聊:2 @property (nonatomic,assign)NSInteger msg_scope;// 区分单聊:1以及群聊:2
@property (nonatomic,copy)NSString *msg_from;//发送消息的用户id @property (nonatomic,copy)NSString *msg_from;//发送消息的用户id
@property (nonatomic,copy)NSString *msg_to;//接受消息的用户id @property (nonatomic,copy)NSString *msg_to;//接受消息的用户id
@property (nonatomic,copy)NSString *to;//对方Id
@end @end
//获取会话历史消息列表Model //获取会话历史消息列表Model
......
...@@ -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.7"; static const NSString *OffcnIMSDKiOSVersion = @"1.0.0.8";
typedef NS_ENUM(NSUInteger, OffcnIMSDKReachabilityStatus) { typedef NS_ENUM(NSUInteger, OffcnIMSDKReachabilityStatus) {
OffcnIMSDKReachabilityStatusNotReachable = 0, OffcnIMSDKReachabilityStatusNotReachable = 0,
......
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