lpw
2 days ago 7c666378d77fc1746cb089c273a4bacfad995356
frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationRewardedAd.h
@@ -11,10 +11,14 @@
#import <UIKit/UIKit.h>
/// Rendered rewarded ad.
NS_SWIFT_NAME(MediationRewardedAd)
@protocol GADMediationRewardedAd <GADMediationAd>
- (void)presentFromViewController:(nonnull UIViewController *)viewController;
- (void)presentFromViewController:(nonnull UIViewController *)viewController
    NS_SWIFT_NAME(present(from:));
@end
/// Rewarded ad configuration.
NS_SWIFT_NAME(MediationRewardedAdConfiguration)
@interface GADMediationRewardedAdConfiguration : GADMediationAdConfiguration
@end