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/BUNativeAdRelatedView.h | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeAdRelatedView.h b/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeAdRelatedView.h index dde4bcc..cdf454b 100644 --- a/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeAdRelatedView.h +++ b/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeAdRelatedView.h @@ -8,6 +8,7 @@ #import <UIKit/UIKit.h> #import "BUVideoAdView.h" #import "BUNativeAd.h" +#import "BUVideoAdReportor.h" NS_ASSUME_NONNULL_BEGIN @@ -33,15 +34,22 @@ @property (nonatomic, strong, readonly, nullable) UIImageView *logoADImageView; /** - Video ad view. Need to actively add to the view. + Video ad view. Need to actively add to the view. Can not coexist with videoAdReportor. */ @property (nonatomic, strong, readonly, nullable) BUVideoAdView *videoAdView; + +/** +Video ad Reportor. Can not coexist with videoAdView. +*/ +@property (nonatomic, strong, readonly, nullable) id<BUVideoAdReportor> videoAdReportor; /** Refresh the data every time you get new datas in order to show ad perfectly. */ - (void)refreshData:(BUNativeAd *)nativeAd; +//@property (nonatomic, copy) BOOL(^expectUseCustomVideoPlayer)(BOOL isSupported, NSString *videoUrl); + @end NS_ASSUME_NONNULL_END -- Gitblit v1.8.0