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/BUNativeAd.h | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeAd.h b/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeAd.h index c13082e..c5e9f1d 100644 --- a/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeAd.h +++ b/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeAd.h @@ -12,6 +12,7 @@ #import "BUVideoAdView.h" #import "BUMopubAdMarkUpDelegate.h" + @protocol BUNativeAdDelegate; NS_ASSUME_NONNULL_BEGIN @@ -87,10 +88,16 @@ @optional /** - This method is called when native ad material loaded successfully. + This method is called when native ad material loaded successfully. This method will be deprecated. Use nativeAdDidLoad:view: instead */ - (void)nativeAdDidLoad:(BUNativeAd *)nativeAd; + +/** + This method is called when native ad material loaded successfully. + */ +- (void)nativeAdDidLoad:(BUNativeAd *)nativeAd view:(UIView *_Nullable)view; + /** This method is called when native ad materia failed to load. @param error : the reason of error -- Gitblit v1.8.0