Commit 8067521deea70112f6b1ae48a5e328ab278ffe81
1 parent
8d970875
修改缺少 DSOGiveGiftEnum报错
Showing
5 changed files
with
19 additions
and
2 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.4.2.002' | 4 | + s.version = '0.4.2.003' |
| 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/Frameworks/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK-umbrella.h
| @@ -20,6 +20,7 @@ | @@ -20,6 +20,7 @@ | ||
| 20 | #import "DSCnliveShopSDKSkip.h" | 20 | #import "DSCnliveShopSDKSkip.h" |
| 21 | #import "DSCommonConstant.h" | 21 | #import "DSCommonConstant.h" |
| 22 | #import "DSOGiveGiftsViewController.h" | 22 | #import "DSOGiveGiftsViewController.h" |
| 23 | +#import "DSOGiveGiftEnum.h" | ||
| 23 | #import "DSOMyGivingGiftsListViewController.h" | 24 | #import "DSOMyGivingGiftsListViewController.h" |
| 24 | #import "DSOMyGivingGiftsListEnum.h" | 25 | #import "DSOMyGivingGiftsListEnum.h" |
| 25 | #import "DSOGiftDetailsViewController.h" | 26 | #import "DSOGiftDetailsViewController.h" |
DSCnliveShopSDK/Frameworks/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 | -// 当前版本0.4.2.002 | 7 | +// 当前版本0.4.2.003 |
| 8 | 8 | ||
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | 10 |
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSOGiveGiftEnum.h
0 → 100644
| 1 | +// | ||
| 2 | +// DSOGiveGiftEnum.h | ||
| 3 | +// DSCnliveShopSDK | ||
| 4 | +// | ||
| 5 | +// Created by zhaolin on 2020/5/20. | ||
| 6 | +// | ||
| 7 | + | ||
| 8 | +#ifndef DSOGiveGiftEnum_h | ||
| 9 | +#define DSOGiveGiftEnum_h | ||
| 10 | + | ||
| 11 | +typedef NS_ENUM(NSUInteger, DSOGiveGiftsStyle) { | ||
| 12 | + DSOGiveGiftsStyleGiving = 0, //送礼样式 | ||
| 13 | + DSOGiveGiftsStyleReceiving, //收礼样式 | ||
| 14 | +}; | ||
| 15 | + | ||
| 16 | +#endif /* DSOGiveGiftEnum_h */ |