Commit 3ead8e0a by zhangyunjie

1.2.0.4

parent 6f59990d
...@@ -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.2.0.3' s.version = '1.2.0.4'
s.summary = 'OffcnIMSDKiOS.' s.summary = 'OffcnIMSDKiOS.'
s.description = <<-DESC s.description = <<-DESC
......
...@@ -27,9 +27,12 @@ typedef void(^OffcnIMPrivateChatTotal_unread_number)(NSInteger num); ...@@ -27,9 +27,12 @@ typedef void(^OffcnIMPrivateChatTotal_unread_number)(NSInteger num);
//刷新(不调用接口) //刷新(不调用接口)
-(void)reloadData; -(void)reloadData;
//刷新(调用接口) //下拉刷新效果(调用接口)
-(void)beginRefreshing; -(void)beginRefreshing;
//获取用户最近会话记录(调用接口刷新)
- (void)getRecentVChatFinished:(void(^)(BOOL success))finished;
@end @end
NS_ASSUME_NONNULL_END NS_ASSUME_NONNULL_END
...@@ -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.2.0.3"; static const NSString *OffcnIMSDKiOSVersion = @"1.2.0.4";
//聊天详情头像点击事件通知 //聊天详情头像点击事件通知
#define kOffcnIMChatInfoHeadIconClickNotification @"kOffcnIMChatInfoHeadIconClickNotification" #define kOffcnIMChatInfoHeadIconClickNotification @"kOffcnIMChatInfoHeadIconClickNotification"
......
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