Commit 8067521deea70112f6b1ae48a5e328ab278ffe81
1 parent
8d970875
修改缺少 DSOGiveGiftEnum报错
Showing
5 changed files
with
19 additions
and
2 deletions
DSCnliveShopSDK.podspec
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK-umbrella.h
| ... | ... | @@ -20,6 +20,7 @@ |
| 20 | 20 | #import "DSCnliveShopSDKSkip.h" |
| 21 | 21 | #import "DSCommonConstant.h" |
| 22 | 22 | #import "DSOGiveGiftsViewController.h" |
| 23 | +#import "DSOGiveGiftEnum.h" | |
| 23 | 24 | #import "DSOMyGivingGiftsListViewController.h" |
| 24 | 25 | #import "DSOMyGivingGiftsListEnum.h" |
| 25 | 26 | #import "DSOGiftDetailsViewController.h" | ... | ... |
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK.h
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 */ | ... | ... |