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/BUNativeExpressFullscreenVideoAd.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeExpressFullscreenVideoAd.h b/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeExpressFullscreenVideoAd.h
index 846ea7a..89b4139 100644
--- a/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeExpressFullscreenVideoAd.h
+++ b/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeExpressFullscreenVideoAd.h
@@ -7,6 +7,7 @@
 
 #import <UIKit/UIKit.h>
 #import "BUMaterialMeta.h"
+#import "BUMopubAdMarkUpDelegate.h"
 
 @class BUNativeExpressFullscreenVideoAd;
 
@@ -23,7 +24,6 @@
 @optional
 /**
  This method is called when video ad material loaded successfully.
- And you can call [BUNativeExpressFullscreenVideoAd showAdFromRootViewController:].
  */
 - (void)nativeExpressFullscreenVideoAdDidLoad:(BUNativeExpressFullscreenVideoAd *)fullscreenVideoAd;
 
@@ -48,6 +48,7 @@
 /**
  This method is called when video cached successfully.
  For a better user experience, it is recommended to display video ads at this time.
+ And you can call [BUNativeExpressFullscreenVideoAd showAdFromRootViewController:]. 
  */
 - (void)nativeExpressFullscreenVideoAdDidDownLoadVideo:(BUNativeExpressFullscreenVideoAd *)fullscreenVideoAd;
 
@@ -101,10 +102,10 @@
 @end
 
 
-@interface BUNativeExpressFullscreenVideoAd : NSObject
+@interface BUNativeExpressFullscreenVideoAd : NSObject <BUMopubAdMarkUpDelegate>
 
 @property (nonatomic, weak, nullable) id<BUNativeExpressFullscreenVideoAdDelegate> delegate;
-@property (nonatomic, getter=isAdValid, readonly) BOOL adValid;
+@property (nonatomic, getter=isAdValid, readonly) BOOL adValid __attribute__((deprecated("Use nativeExpressFullscreenVideoAdDidLoad: instead.")));
 
 /// media configuration parameters.
 @property (nonatomic, copy, readonly) NSDictionary *mediaExt;

--
Gitblit v1.8.0