DSCnliveShopSDK.h
2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
//
// DSCnliveShopSDK.h
// DSCnliveShopSDK
//
// Created by zhaolin on 2019/4/13.
// Copyright © 2019年 BIKE. All rights reserved.
//
#import <UIKit/UIKit.h>
FOUNDATION_EXPORT double DSCnliveShopSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char DSCnliveShopSDKVersionString[];
#if __has_include(<DSCnliveShopSDK/DSCnliveShopSDK.h>)
#import <DSCnliveShopSDK/DSCnliveShopSDKManager.h>
#import <DSCnliveShopSDK/DSCnliveShopSDKSkip.h>
#import <DSCnliveShopSDK/DSCnliveShopSDKProtocol.h>
#import <DSCnliveShopSDK/DSCnliveShopSDKShareModel.h>
#import <DSCnliveShopSDK/DSCnliveShopSDKConstant.h>
#import <DSCnliveShopSDK/DSCnliveShopSDKEnum.h>
#import <DSCnliveShopSDK/DSCnliveShopSDKPBaseViewController.h>
#import <DSCnliveShopSDK/DSNavButton.h>
#import <DSCnliveShopSDK/DSOrderListViewController.h>
#import <DSCnliveShopSDK/DSAfterSaleListViewController.h>
#import <DSCnliveShopSDK/DSHappHPParentViewController.h>
#import <DSCnliveShopSDK/DSROrderListViewController.h>
#import <DSCnliveShopSDK/DSServiceHPViewController.h>
#import <DSCnliveShopSDK/DSOMyGivingGiftsListViewController.h>
#import <DSCnliveShopSDK/DSAddressRequest.h>
#import <DSCnliveShopSDK/DSAddressEnum.h>
#import <DSCnliveShopSDK/DSAddressStateModel.h>
#import <DSCnliveShopSDK/DSAddressModel.h>
#import <DSCnliveShopSDK/DSAddrAreaModel.h>
#import <DSCnliveShopSDK/DSAddressViewController.h>
#import <DSCnliveShopSDK/DSEditAddressViewController.h>
#import <DSCnliveShopSDK/DSCnliveShopSDKExampleListViewController.h>
#else
#import "DSCnliveShopSDKManager.h"
#import "DSCnliveShopSDKSkip.h"
#import "DSCnliveShopSDKProtocol.h"
#import "DSCnliveShopSDKShareModel.h"
#import "DSCnliveShopSDKConstant.h"
#import "DSCnliveShopSDKEnum.h"
#import "DSCnliveShopSDKPBaseViewController.h"
#import "DSNavButton.h"
#import "DSOrderListViewController.h"
#import "DSAfterSaleListViewController.h"
#import "DSHappHPParentViewController.h"
#import "DSROrderListViewController.h"
#import "DSServiceHPViewController.h"
#import "DSOMyGivingGiftsListViewController.h"
#import "DSAddressRequest.h"
#import "DSAddressEnum.h"
#import "DSAddressStateModel.h"
#import "DSAddressModel.h"
#import "DSAddrAreaModel.h"
#import "DSAddressViewController.h"
#import "DSEditAddressViewController.h"
#import "DSCnliveShopSDKExampleListViewController.h"
#endif