lpw
2026-07-16 807b36e8edef2c70145d394422251e02d0a2d534
WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationInterstitialAd.h
@@ -11,13 +11,16 @@
#import <UIKit/UIKit.h>
/// Rendered interstitial ad.
NS_SWIFT_NAME(MediationInterstitialAd)
@protocol GADMediationInterstitialAd <GADMediationAd>
/// Presents the receiver from the view controller.
- (void)presentFromViewController:(nonnull UIViewController *)viewController;
- (void)presentFromViewController:(nonnull UIViewController *)viewController
    NS_SWIFT_NAME(present(from:));
@end
/// Interstitial ad configuration.
NS_SWIFT_NAME(MediationInterstitialAdConfiguration)
@interface GADMediationInterstitialAdConfiguration : GADMediationAdConfiguration
@end