lpw
2026-07-16 5c57c740c1a3a7acbb384dcf2557fd129fa7328c
WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationBannerAd.h
@@ -12,6 +12,7 @@
#import <UIKit/UIKit.h>
/// Rendered banner ad. Provides a single subview to add to the banner view's view hierarchy.
NS_SWIFT_NAME(MediationBannerAd)
@protocol GADMediationBannerAd <GADMediationAd>
/// The banner ad view.
@@ -23,16 +24,8 @@
- (void)changeAdSizeTo:(GADAdSize)adSize;
@end
/// Rendered interscroller ad.
@protocol GADMediationInterscrollerAd <GADMediationBannerAd>
/// Indicates whether the interscroller rendering effect should be delegated to the Google Mobile
/// Ads SDK.
@property(nonatomic, assign) BOOL delegateInterscrollerEffect;
@end
/// Banner ad configuration.
NS_SWIFT_NAME(MediationBannerAdConfiguration)
@interface GADMediationBannerAdConfiguration : GADMediationAdConfiguration
/// Banner ad size requested of the adapter.