Commit ba85c979a3f6c51f9bf45c52a764ee87dfdd1481
1 parent
62a6b3c6
删除发布版SDK
Showing
5 changed files
with
4 additions
and
5 deletions
发布版SDK/CNLiveChatManager.framework/CNLiveChatManager
No preview for this file type
发布版SDK/CNLiveChatManager.framework/Headers/CNLiveChatUserInfo.h
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | /*! |
| 14 | 14 | 用户ID(一旦以一个用户ID连接到服务器,就不能再修改用户ID了,如果修改也会被忽略) |
| 15 | 15 | */ |
| 16 | -@property(nonatomic, strong) NSString *userId; | |
| 16 | +@property(nonatomic, strong, readonly) NSString *userId; | |
| 17 | 17 | |
| 18 | 18 | /*! |
| 19 | 19 | 用户名称 |
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 | @property(nonatomic, strong) NSString *portraitUri; |
| 27 | 27 | |
| 28 | 28 | /*! |
| 29 | - 用户信息的初始化方法 | |
| 29 | + 用户信息的初始化方法, | |
| 30 | 30 | |
| 31 | 31 | @param userId 用户ID |
| 32 | 32 | @param username 用户名称 | ... | ... |
发布版SDK/CNLiveChatManager.framework/Info.plist
No preview for this file type
发布版SDK/CNLiveMsgTools.framework/CNLiveMsgTools
No preview for this file type
发布版SDK/CNLiveMsgTools.framework/Headers/CNLiveMsgManager.h
| ... | ... | @@ -17,9 +17,8 @@ |
| 17 | 17 | + (instancetype)sharedCNLiveMsgManager; |
| 18 | 18 | |
| 19 | 19 | |
| 20 | -- (void)setToolsInfoWithInfoId:(NSString *)infoId | |
| 21 | - infoName:(NSString *)infoName | |
| 22 | - infoUrl:(NSString *)infoUrl; | |
| 20 | +- (void)setToolsInfoWithInfoName:(NSString *)infoName | |
| 21 | + infoUrl:(NSString *)infoUrl; | |
| 23 | 22 | |
| 24 | 23 | |
| 25 | 24 | - (NSDictionary *)getToolsInfo; | ... | ... |