From ce4eaddf9eb835f01e6bf5845a063d306f322b24 Mon Sep 17 00:00:00 2001 From: Aeline <liu9421wen@163.com> Date: 星期一, 08 三月 2021 18:16:51 +0800 Subject: [PATCH] al --- BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeAdsManager.h | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeAdsManager.h b/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeAdsManager.h index 5350141..b35308a 100644 --- a/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeAdsManager.h +++ b/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeAdsManager.h @@ -14,6 +14,7 @@ #import "BUAdSlot.h" #import "BUMaterialMeta.h" #import "BUNativeAd.h" +#import "BUNativeExpressAdViewDelegate.h" @protocol BUNativeAdsManagerDelegate; @@ -26,7 +27,10 @@ /// The delegate for receiving state change messages such as requests succeeding/failing. /// The delegate can be set to any object which conforming to <BUNativeAdsManagerDelegate>. @property (nonatomic, weak, nullable) id<BUNativeAdsManagerDelegate> delegate; - +/// The delegate for receiving messages when is render template +@property (nonatomic, weak, nullable) id<BUNativeExpressAdViewDelegate> nativeExpressAdViewDelegate; +/// Valid only in native Feed +@property (nonatomic, assign, readwrite) CGSize adSize; - (instancetype)initWithSlot:(BUAdSlot * _Nullable) slot; /** -- Gitblit v1.8.0