al
Aeline
2021-03-08 ce4eaddf9eb835f01e6bf5845a063d306f322b24
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