Commit 6f59990d by zhangyunjie

1.2.0.3

parent acac7910
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnIMSDKiOS'
s.version = '1.2.0.2'
s.version = '1.2.0.3'
s.summary = 'OffcnIMSDKiOS.'
s.description = <<-DESC
......
......@@ -28,7 +28,7 @@ typedef void(^OffcnIMTotal_unread_number)(NSInteger num);
@property (nonatomic, copy) OffcnIMTotal_unread_number total_unread_number;//消息总数回调
//返回联系人信息
//返回联系人信息--userID为im的用户ID
-(OffcnIMUserList_listModel *)getContactInfoModelWithUserID:(NSString *)userID;
//清空数据
......
......@@ -18,15 +18,18 @@ typedef void(^OffcnIMPrivateChatTotal_unread_number)(NSInteger num);
@property (nonatomic, copy) OffcnIMPrivateChatTotal_unread_number privateChatTotal_unread_number;//消息总数回调
//返回联系人信息
//返回联系人信息--userID为用户登陆ID;room_num为房间号
-(OffcnIMUserList_listModel *)getPrivateChatContactInfoModelWithUserID:(NSString *)userID room_num:(NSString *)room_num;
//清空数据
-(void)clearData;
//刷新
//刷新(不调用接口)
-(void)reloadData;
//刷新(调用接口)
-(void)beginRefreshing;
@end
NS_ASSUME_NONNULL_END
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnIMModel.h"
static const NSString *OffcnIMSDKiOSVersion = @"1.2.0.2";
static const NSString *OffcnIMSDKiOSVersion = @"1.2.0.3";
//聊天详情头像点击事件通知
#define kOffcnIMChatInfoHeadIconClickNotification @"kOffcnIMChatInfoHeadIconClickNotification"
......@@ -56,6 +56,7 @@ typedef void(^OffcnIMChatInfoHeadIconClickCallBack)(OffcnIMChatInfoType event,NS
// 后台所有下载任务完成回调
@property (nonatomic, copy) void (^backgroundSessionCompletionHandler)(void);
//是否选用测试环境
@property (nonatomic, assign) BOOL isTest;
......
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