萤石云 iOSSDK,移植跨平台相关工程
JLChen
2021-04-19 b7fa25faef4decf509a998ae861f059896ea6093
EZSDK/EZSDK/EZ/Global/GlobalKit.h
@@ -10,16 +10,18 @@
//#define CURR_LANG ([[NSLocale preferredLanguages] objectAtIndex:0])
//#define LanguageIsChinese ([CURR_LANG rangeOfString:@"zh-Hans"].location != NSNotFound)
////中文走国内, 不是中文走海外
#define EZOPENSDK LanguageIsChinese ? [EZOpenSDK class] : [EZGlobalSDK class]
//2021-02-01 不考虑海外先,默认国内
//2021-02-01 不考虑海外先
#define LanguageIsChinese true
@interface GlobalKit : NSObject
@property (nonatomic) int hdlPlatform;//平台 1.on+(默认) 2.evoyo
@property (nonatomic, copy) NSString *GlobalRequestHttpsHost;
@property (nonatomic, copy) NSString *hdlAccessToken;
@property (nonatomic, copy) NSString *hdlRefreshToken;
@property (nonatomic, copy) NSString *accessToken;
@property (nonatomic, copy) NSString *deviceSerialNo;  //设备序列号
@@ -35,4 +37,7 @@
- (void)clearDeviceInfo;
//+(void)hello;
@end