Commit 4a0b08702d4ffb3fc4eb13f9a369b4c1cd62d4a2
1 parent
d7267106
添加分享成功通知监听alert
Showing
7 changed files
with
11 additions
and
3 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/DSCnliveShopSDKManager.h
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKProtocol.h
| ... | ... | @@ -174,6 +174,13 @@ |
| 174 | 174 | /// @param result 结果 |
| 175 | 175 | -(void)TIMCheckIsFriend:(nonnull NSString*)uid result:(nullable void (^)(BOOL flag))result; |
| 176 | 176 | |
| 177 | +#pragma mark - url跳转 | |
| 178 | + | |
| 179 | +/// url跳转 | |
| 180 | +/// @param url url链接 | |
| 181 | +/// @param fromVC 当前控制器 | |
| 182 | +-(void)skipByUrl:(nonnull NSString*)url fromVC:(nonnull UIViewController*)fromVC; | |
| 183 | + | |
| 177 | 184 | @end |
| 178 | 185 | |
| 179 | 186 | #endif /* DSCnliveShopSDKProtocol_h */ | ... | ... |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKSkip.h
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type