Commit 4a0b08702d4ffb3fc4eb13f9a369b4c1cd62d4a2
1 parent
d7267106
添加分享成功通知监听alert
Showing
7 changed files
with
11 additions
and
3 deletions
DSCnliveShopSDK.podspec
| 1 | 1 | ||
| 2 | Pod::Spec.new do |s| | 2 | Pod::Spec.new do |s| |
| 3 | s.name = 'DSCnliveShopSDK' | 3 | s.name = 'DSCnliveShopSDK' |
| 4 | - s.version = '0.3.4.010' | 4 | + s.version = '0.3.4.011' |
| 5 | s.summary = 'cnlive电商SDK' | 5 | s.summary = 'cnlive电商SDK' |
| 6 | s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK' | 6 | s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK' |
| 7 | s.license = { :type => 'MIT', :file => 'LICENSE' } | 7 | s.license = { :type => 'MIT', :file => 'LICENSE' } |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK.h
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | // | 4 | // |
| 5 | // Created by zhaolin on 2019/4/13. | 5 | // Created by zhaolin on 2019/4/13. |
| 6 | // Copyright © 2019年 BIKE. All rights reserved. | 6 | // Copyright © 2019年 BIKE. All rights reserved. |
| 7 | -// | 7 | +// 当前版本0.3.4.011 |
| 8 | 8 | ||
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | 10 |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKManager.h
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | // DSCnliveShopSDK | 3 | // DSCnliveShopSDK |
| 4 | // | 4 | // |
| 5 | // Created by zhaolin on 2018/10/23. | 5 | // Created by zhaolin on 2018/10/23. |
| 6 | -// | 6 | +// |
| 7 | 7 | ||
| 8 | #import <Foundation/Foundation.h> | 8 | #import <Foundation/Foundation.h> |
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKProtocol.h
| @@ -174,6 +174,13 @@ | @@ -174,6 +174,13 @@ | ||
| 174 | /// @param result 结果 | 174 | /// @param result 结果 |
| 175 | -(void)TIMCheckIsFriend:(nonnull NSString*)uid result:(nullable void (^)(BOOL flag))result; | 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 | @end | 184 | @end |
| 178 | 185 | ||
| 179 | #endif /* DSCnliveShopSDKProtocol_h */ | 186 | #endif /* DSCnliveShopSDKProtocol_h */ |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKSkip.h
| @@ -66,6 +66,7 @@ NS_ASSUME_NONNULL_BEGIN | @@ -66,6 +66,7 @@ NS_ASSUME_NONNULL_BEGIN | ||
| 66 | /// 31 附近美食 | 66 | /// 31 附近美食 |
| 67 | /// 32 商品列表 to 分类id shop_type 是 shop_id(多个用逗号隔开) | 67 | /// 32 商品列表 to 分类id shop_type 是 shop_id(多个用逗号隔开) |
| 68 | /// 33 环球优物 | 68 | /// 33 环球优物 |
| 69 | +/// 34 开发1部url跳转 | ||
| 69 | /// @param type 按着后台给的传 | 70 | /// @param type 按着后台给的传 |
| 70 | /// @param to 按着后台给的传 | 71 | /// @param to 按着后台给的传 |
| 71 | /// @param shopType 按着后台给的传 | 72 | /// @param shopType 按着后台给的传 |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type