lpw
2 days ago 7c666378d77fc1746cb089c273a4bacfad995356
frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h
@@ -11,10 +11,12 @@
#import <UIKit/UIKit.h>
/// Rendered app open ad.
NS_SWIFT_NAME(MediationAppOpenAd)
@protocol GADMediationAppOpenAd <GADMediationAd>
/// Presents the receiver from the view controller.
- (void)presentFromViewController:(nonnull UIViewController *)viewController;
- (void)presentFromViewController:(nonnull UIViewController *)viewController
    NS_SWIFT_NAME(present(from:));
@end
/// App open ad configuration.