Commit 8774bf4ba1bd8d47e34b445ea3c526d7f64e0e26
1 parent
3413d336
通用跳转添加37群组聊天界面 38群组聊天详情界面
Showing
6 changed files
with
14 additions
and
2 deletions
DSCnliveShopSDK.podspec
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK.h
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKProtocol.h
| ... | ... | @@ -174,6 +174,16 @@ |
| 174 | 174 | /// @param result 结果 |
| 175 | 175 | -(void)TIMCheckIsFriend:(nonnull NSString*)uid result:(nullable void (^)(BOOL flag))result; |
| 176 | 176 | |
| 177 | +/// 跳转TIM群组聊天 | |
| 178 | +/// @param groupId 群组id | |
| 179 | +/// @param fromVC 当前控制器 | |
| 180 | +-(void)skipTIMGroupChat:(nonnull NSString*)groupId fromVC:(nonnull UIViewController*)fromVC; | |
| 181 | + | |
| 182 | +/// 跳转TIM群组详情 | |
| 183 | +/// @param groupId 群组id | |
| 184 | +/// @param fromVC 当前控制器 | |
| 185 | +-(void)skipTIMGroupDetails:(nonnull NSString*)groupId fromVC:(nonnull UIViewController*)fromVC; | |
| 186 | + | |
| 177 | 187 | #pragma mark - (一部)url跳转 |
| 178 | 188 | |
| 179 | 189 | /// (一部)url跳转 | ... | ... |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKSkip.h
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type