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/BUNativeExpressBannerView.h | 34 +++++++++++++++++++++++++++------- 1 files changed, 27 insertions(+), 7 deletions(-) diff --git a/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeExpressBannerView.h b/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeExpressBannerView.h index a5cc2da..ab036ff 100644 --- a/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeExpressBannerView.h +++ b/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUNativeExpressBannerView.h @@ -80,13 +80,11 @@ - (instancetype)initWithSlotID:(NSString *)slotID rootViewController:(UIViewController *)rootViewController - adSize:(CGSize)adsize - IsSupportDeepLink:(BOOL)isSupportDeepLink; + adSize:(CGSize)adsize; - (instancetype)initWithSlotID:(NSString *)slotID rootViewController:(UIViewController *)rootViewController adSize:(CGSize)adsize - IsSupportDeepLink:(BOOL)isSupportDeepLink interval:(NSInteger)interval; /** @@ -99,20 +97,42 @@ adloadSeq:(NSInteger)adloadSeq primeRit:(NSString *)primeRit rootViewController:(UIViewController *)rootViewController - adSize:(CGSize)adsize - IsSupportDeepLink:(BOOL)isSupportDeepLink; - + adSize:(CGSize)adsize; - (instancetype)initWithSlotID:(NSString *)slotID adloadSeq:(NSInteger)adloadSeq primeRit:(NSString *)primeRit rootViewController:(UIViewController *)rootViewController adSize:(CGSize)adsize - IsSupportDeepLink:(BOOL)isSupportDeepLink interval:(NSInteger)interval; - (void)loadAdData; @end +@interface BUNativeExpressBannerView (Deprecated) +- (instancetype)initWithSlotID:(NSString *)slotID + rootViewController:(UIViewController *)rootViewController + adSize:(CGSize)adsize + IsSupportDeepLink:(BOOL)isSupportDeepLink DEPRECATED_MSG_ATTRIBUTE("Use initWithSlotID:rootViewController:adSize: instead."); +- (instancetype)initWithSlotID:(NSString *)slotID + rootViewController:(UIViewController *)rootViewController + adSize:(CGSize)adsize + IsSupportDeepLink:(BOOL)isSupportDeepLink + interval:(NSInteger)interval DEPRECATED_MSG_ATTRIBUTE("Use initWithSlotID:rootViewController:adSize:interval: instead."); +- (instancetype)initWithSlotID:(NSString *)slotID + adloadSeq:(NSInteger)adloadSeq + primeRit:(NSString *)primeRit + rootViewController:(UIViewController *)rootViewController + adSize:(CGSize)adsize + IsSupportDeepLink:(BOOL)isSupportDeepLink DEPRECATED_MSG_ATTRIBUTE("Use initWithSlotID:adloadSeq:primeRit:rootViewController:adSize: instead."); +- (instancetype)initWithSlotID:(NSString *)slotID + adloadSeq:(NSInteger)adloadSeq + primeRit:(NSString *)primeRit + rootViewController:(UIViewController *)rootViewController + adSize:(CGSize)adsize + IsSupportDeepLink:(BOOL)isSupportDeepLink + interval:(NSInteger)interval DEPRECATED_MSG_ATTRIBUTE("Use initWithSlotID:adloadSeq:primeRit:rootViewController:adSize:interval: instead."); +@end + NS_ASSUME_NONNULL_END -- Gitblit v1.8.0