Commit 0649447e by zhangyunjie

1.2.2.13

parent adb847fc
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnIMSDKiOS'
s.version = '1.2.2.12'
s.version = '1.2.2.13'
s.summary = 'OffcnIMSDKiOS.'
s.description = <<-DESC
......
......@@ -50,6 +50,9 @@ NS_ASSUME_NONNULL_BEGIN
//滑动到底部
- (void)scrollTableToFoot:(BOOL)animated;
//刷新
-(void)reloadData;
@end
NS_ASSUME_NONNULL_END
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnIMModel.h"
static const NSString *OffcnIMSDKiOSVersion = @"1.2.2.12";
static const NSString *OffcnIMSDKiOSVersion = @"1.2.2.13";
//聊天详情头像点击事件通知
#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