// // GADMediationRewardedAd.h // Google Mobile Ads SDK // // Copyright 2018 Google LLC. All rights reserved. // #import #import #import #import /// Rendered rewarded ad. @protocol GADMediationRewardedAd - (void)presentFromViewController:(nonnull UIViewController *)viewController; @end /// Rewarded ad configuration. @interface GADMediationRewardedAdConfiguration : GADMediationAdConfiguration @end