Commit f708471e44038b1737708fd32004348f480ee517
1 parent
8020a6ae
送礼暂时所有流程跑通
Showing
5 changed files
with
1 additions
and
4 deletions
DSCnliveShopSDK.podspec
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSOGiftDetailsViewController.h
| ... | ... | @@ -15,8 +15,6 @@ NS_ASSUME_NONNULL_BEGIN |
| 15 | 15 | |
| 16 | 16 | /// 是否隐藏我的礼盒 |
| 17 | 17 | @property (nonatomic,assign) BOOL isHideMyGifts; |
| 18 | -/// 显示样式 | |
| 19 | -@property (nonatomic,assign) DSOGiftDetailsStyle style; | |
| 20 | 18 | /// 订单id |
| 21 | 19 | @property (nonatomic,copy) NSString * orderId; |
| 22 | 20 | /// 是否弹弹框(传对应类型弹对应类型弹框) | ... | ... |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type
Example/Podfile
| ... | ... | @@ -19,7 +19,6 @@ target 'DSCnliveShopSDK_Example' do |
| 19 | 19 | pod 'Qiniu', '7.2.5' |
| 20 | 20 | pod 'Masonry', '1.1.0' |
| 21 | 21 | pod 'PLPlayerKit', '~> 3.4.3' |
| 22 | - pod 'TXIMSDK_iOS' | |
| 23 | 22 | # pod 'CNLiveRequestKitSDK', '~> 1.4.2' |
| 24 | 23 | pod 'CNLiveRequestBastKit' |
| 25 | 24 | pod 'CNLiveSDKs/CNLiveEncryptSDK' | ... | ... |