TapCommon-Unity/Plugins/iOS/TapCommonSDK.framework/Headers/TapDBConfig.h

21 lines
453 B
C
Raw Normal View History

//
// TapDBConfig.h
// TapCommonSDK
//
// Created by Bottle K on 2021/4/19.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface TapDBConfig : NSObject
2021-04-29 11:56:57 +08:00
@property (nonatomic, assign) BOOL enable;
@property (nonatomic, copy) NSString *channel;
@property (nonatomic, copy) NSString *gameVersion;
@property (nonatomic, assign, getter=isAdvertiserIDCollectionEnabled) BOOL advertiserIDCollectionEnabled;
@end
NS_ASSUME_NONNULL_END