DSCnliveShopSDK.h 2.26 KB
//
//  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