From 40838a2f0517d0a8370c7bba7bd88167459d2710 Mon Sep 17 00:00:00 2001 From: lpw Date: Tue, 15 Feb 2022 15:38:31 +0800 Subject: [PATCH] 3.9.7 --- frameworks/Chartboost.framework/Versions/A/Headers/CHBAdDelegate.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/Chartboost.framework/Versions/A/Headers/CHBAdDelegate.h b/frameworks/Chartboost.framework/Versions/A/Headers/CHBAdDelegate.h index f2b37f2..1f557c9 100644 --- a/frameworks/Chartboost.framework/Versions/A/Headers/CHBAdDelegate.h +++ b/frameworks/Chartboost.framework/Versions/A/Headers/CHBAdDelegate.h @@ -51,7 +51,7 @@ @discussion This is the view controller you passed on the showFromViewController: call or a Chartboost ad view controller which was presented on top of it. If you called showFromViewController: passing a nil view controller this property will be nil too. You may use it to present your custom click confirmation gate if you implement the shouldConfirmClick:confirmationHandler: ad delegate method. */ -@property (nonatomic, readonly, nullable) UIViewController *viewController; +@property (nonatomic, readonly, nullable) UIViewController *viewController DEPRECATED_MSG_ATTRIBUTE("This property is deprecated and will be removed in a future version."); @end /*! @@ -246,7 +246,7 @@ } @endcode */ -- (BOOL)shouldConfirmClick:(CHBClickEvent *)event confirmationHandler:(void(^)(BOOL))confirmationHandler; +- (BOOL)shouldConfirmClick:(CHBClickEvent *)event confirmationHandler:(void(^)(BOOL))confirmationHandler DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version."); /*! @brief Called after an ad has been clicked. -- Gitblit v1.8.0