Commit 015a9b96 by zhangyunjie

“1.2.4.6”

parent 18f4d3eb
...@@ -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.4.5' s.version = '1.2.4.6'
s.summary = 'OffcnIMSDKiOS.' s.summary = 'OffcnIMSDKiOS.'
s.description = <<-DESC s.description = <<-DESC
......
...@@ -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.4.5"; static const NSString *OffcnIMSDKiOSVersion = @"1.2.4.6";
//聊天详情头像点击事件通知 //聊天详情头像点击事件通知
#define kOffcnIMChatInfoHeadIconClickNotification @"kOffcnIMChatInfoHeadIconClickNotification" #define kOffcnIMChatInfoHeadIconClickNotification @"kOffcnIMChatInfoHeadIconClickNotification"
......
...@@ -63,6 +63,8 @@ typedef void(^OffcnIMReceiveConnectStatus)(OffcnIMConnectStatus status,NSString ...@@ -63,6 +63,8 @@ typedef void(^OffcnIMReceiveConnectStatus)(OffcnIMConnectStatus status,NSString
@property (nonatomic, strong) UIImage *navBackImage;//导航返回图片 @property (nonatomic, strong) UIImage *navBackImage;//导航返回图片
@property (nonatomic, assign) BOOL isAudioAndVideo;//是否需要发送音视频功能 @property (nonatomic, assign) BOOL isAudioAndVideo;//是否需要发送音视频功能
@property (nonatomic, assign) BOOL is_noRequestAgent;//是否支持不能同时聊天功能
@property (nonatomic, assign) BOOL is_agent;//是否教师身份登陆 @property (nonatomic, assign) BOOL is_agent;//是否教师身份登陆
@property (nonatomic, copy) NSString *avatar;//发送消息的用户头像 @property (nonatomic, copy) NSString *avatar;//发送消息的用户头像
@property (nonatomic, copy) NSString *msg_fromId;//发送消息的用户id @property (nonatomic, copy) NSString *msg_fromId;//发送消息的用户id
......
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