From 5c78b635bb8da25ce7c5587c2aacf8fbc203d731 Mon Sep 17 00:00:00 2001
From: liurenjie <liurenjie@yuan9.cn>
Date: 星期六, 24 七月 2021 18:09:45 +0800
Subject: [PATCH] al

---
 BuWanVideo2.0/CSJ/BUAdSDK.framework/Versions/A/Headers/BUAdSDKConfiguration.h |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/BuWanVideo2.0/CSJ/BUAdSDK.framework/Versions/A/Headers/BUAdSDKConfiguration.h b/BuWanVideo2.0/CSJ/BUAdSDK.framework/Versions/A/Headers/BUAdSDKConfiguration.h
index 8616318..c972bca 100644
--- a/BuWanVideo2.0/CSJ/BUAdSDK.framework/Versions/A/Headers/BUAdSDKConfiguration.h
+++ b/BuWanVideo2.0/CSJ/BUAdSDK.framework/Versions/A/Headers/BUAdSDKConfiguration.h
@@ -46,18 +46,17 @@
 /// Custom set the CCPA of the user,CCPA is the short of General Data Protection Regulation,the interface only works in USA.
 /// CCPA  0: "sale" of personal information is permitted, 1: user has opted out of "sale" of personal information -1: default
 @property (nonatomic, strong) NSNumber *CCPA;
-
+/// Custom set the debugLog to print debug Log.
+/// debugLog 0: close debug log, 1: open debug log.
+@property (nonatomic, strong) NSNumber *debugLog;
 
 @property (nonatomic, strong) NSNumber *themeStatus;
-
-
-
 
 /// Custom set the AB vid of the user. Array element type is NSNumber
 @property (nonatomic, strong) NSArray<NSNumber *> *abvids;
 
 /// Custom set the tob ab sdk version of the user.
-@property (nonatomic, copy) NSString *abSDKVersion;
+@property (atomic, copy) NSString *abSDKVersion;
 
 /// Custom set idfa value
 /// You can change its value at any time

--
Gitblit v1.8.0