BBABoxParams.h 932 Bytes
//
//  BBABoxParams.h
//  BBABoxParams
//
//  Created by wulongwang on 2020/7/23.
//  Copyright © 2020 baidu. All rights reserved.
//

#import <Foundation/Foundation.h>

#if __has_include(<BBABoxParams/BBABoxParams.h>)
FOUNDATION_EXPORT double BBABoxParamsVersionNumber;
FOUNDATION_EXPORT const unsigned char BBABoxParamsVersionString[];
// you should import all the public headers of your framework using statements like #import <BBABoxParams/PublicHeader.h>

// CommonDomains
#import <BBABoxParams/BBABoxDomains.h>
// CommonParameters
#import <BBABoxParams/BBABoxParameters.h>
// AppGroup
#import <BBABoxParams/BBAAppGroupDataManager.h>
#import <BBABoxParams/BBABoxPathManager.h>

#else
// you should also import all the public headers of your library using statements like #import "PublicHeader.h"

#import "BBABoxDomains.h"
#import "BBABoxParameters.h"
#import "BBAAppGroupDataManager.h"
#import "BBABoxPathManager.h"


#endif