Commit 3123f415 by zhangyunjie

1.1.0.3

parent 28bb718d
......@@ -365,15 +365,15 @@
"${PODS_ROOT}/Target Support Files/Pods-OffcnIMSDKiOS_Example/Pods-OffcnIMSDKiOS_Example-resources.sh",
"${PODS_ROOT}/../../OffcnIMSDKiOS/Resources/OffcnIMSDKiOSIcon.bundle",
"${PODS_ROOT}/../../OffcnIMSDKiOS/Resources/ZYJExpressionKeyboard.bundle",
"${PODS_ROOT}/../../OffcnIMSDKiOS/Resources/ZYJMJRefresh.bundle",
"${PODS_ROOT}/../../OffcnIMSDKiOS/Resources/ZYJTZImagePickerController.bundle",
"${PODS_ROOT}/../../OffcnIMSDKiOS/Resources/ZYYJMJRefresh.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/OffcnIMSDKiOSIcon.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ZYJExpressionKeyboard.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ZYJMJRefresh.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ZYJTZImagePickerController.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ZYYJMJRefresh.bundle",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
......
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnIMSDKiOS'
s.version = '1.1.0.2.1'
s.version = '1.1.0.3'
s.summary = 'OffcnIMSDKiOS.'
s.description = <<-DESC
......
......@@ -26,15 +26,17 @@ typedef void(^OffcnIMTotal_unread_number)(NSInteger num);
@property (nonatomic, assign) BOOL isShowNoWifiTip;//显示没网提示
//联系人列表---(key:user_id,value:OffcnIMUserList_listModel)
@property (nonatomic, strong) NSMutableDictionary<NSString *,OffcnIMUserList_listModel *> *addressListDic;
@property (nonatomic, copy) OffcnIMTotal_unread_number total_unread_number;//消息总数回调
//返回联系人信息
-(OffcnIMUserList_listModel *)getContactInfoModelWithUserID:(NSString *)userID;
//清空数据
-(void)clearData;
//刷新
-(void)reloadData;
@end
NS_ASSUME_NONNULL_END
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnIMModel.h"
static const NSString *OffcnIMSDKiOSVersion = @"1.1.0.2";
static const NSString *OffcnIMSDKiOSVersion = @"1.1.0.3";
typedef NS_ENUM(NSUInteger, OffcnIMSDKReachabilityStatus) {
OffcnIMSDKReachabilityStatusNotReachable = 0,
......
"ZYJMJRefreshHeaderIdleText" = "下拉可以刷新";
"ZYJMJRefreshHeaderPullingText" = "鬆開立即刷新";
"ZYJMJRefreshHeaderRefreshingText" = "正在刷新數據中...";
"ZYJMJRefreshAutoFooterIdleText" = "點擊或上拉加載更多";
"ZYJMJRefreshAutoFooterRefreshingText" = "正在加載更多的數據...";
"ZYJMJRefreshAutoFooterNoMoreDataText" = "已經全部加載完畢";
"ZYJMJRefreshBackFooterIdleText" = "上拉可以加載更多";
"ZYJMJRefreshBackFooterPullingText" = "鬆開立即加載更多";
"ZYJMJRefreshBackFooterRefreshingText" = "正在加載更多的數據...";
"ZYJMJRefreshBackFooterNoMoreDataText" = "已經全部加載完畢";
"ZYJMJRefreshHeaderLastTimeText" = "最後更新:";
"ZYJMJRefreshHeaderDateTodayText" = "今天";
"ZYJMJRefreshHeaderNoneLastDateText" = "無記錄";
"ZYYJMJRefreshHeaderIdleText" = "下拉可以刷新";
"ZYYJMJRefreshHeaderPullingText" = "鬆開立即刷新";
"ZYYJMJRefreshHeaderRefreshingText" = "正在刷新數據中...";
"ZYYJMJRefreshAutoFooterIdleText" = "點擊或上拉加載更多";
"ZYYJMJRefreshAutoFooterRefreshingText" = "正在加載更多的數據...";
"ZYYJMJRefreshAutoFooterNoMoreDataText" = "已經全部加載完畢";
"ZYYJMJRefreshBackFooterIdleText" = "上拉可以加載更多";
"ZYYJMJRefreshBackFooterPullingText" = "鬆開立即加載更多";
"ZYYJMJRefreshBackFooterRefreshingText" = "正在加載更多的數據...";
"ZYYJMJRefreshBackFooterNoMoreDataText" = "已經全部加載完畢";
"ZYYJMJRefreshHeaderLastTimeText" = "最後更新:";
"ZYYJMJRefreshHeaderDateTodayText" = "今天";
"ZYYJMJRefreshHeaderNoneLastDateText" = "無記錄";
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