| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- //
- // GoogleMobileAds.h
- // Google Mobile Ads SDK
- //
- // Copyright 2014 Google Inc. All rights reserved.
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- #if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_6_0
- #error The Google Mobile Ads SDK requires a deployment target of iOS 6.0 or later.
- #endif
- //! Project version string for GoogleMobileAds.
- FOUNDATION_EXPORT const unsigned char GoogleMobileAdsVersionString[];
- #import "GoogleMobileAdsDefines.h"
- #import "GADAdNetworkExtras.h"
- #import "GADAdSize.h"
- #import "GADBannerView.h"
- #import "GADBannerViewDelegate.h"
- #import "GADCorrelator.h"
- #import "GADCorrelatorAdLoaderOptions.h"
- #import "GADExtras.h"
- #import "GADInAppPurchase.h"
- #import "GADInAppPurchaseDelegate.h"
- #import "GADInterstitial.h"
- #import "GADInterstitialDelegate.h"
- #import "GADMobileAds.h"
- #import "GADRequest.h"
- #import "GADRequestError.h"
- #import "DFPBannerView.h"
- #import "DFPCustomRenderedAd.h"
- #import "DFPCustomRenderedBannerViewDelegate.h"
- #import "DFPCustomRenderedInterstitialDelegate.h"
- #import "DFPInterstitial.h"
- #import "DFPRequest.h"
- #import "GADAdSizeDelegate.h"
- #import "GADAppEventDelegate.h"
- #import "GADAdLoader.h"
- #import "GADAdLoaderAdTypes.h"
- #import "GADAdLoaderDelegate.h"
- #import "GADNativeAd.h"
- #import "GADNativeAdDelegate.h"
- #import "GADNativeAdImage.h"
- #import "GADNativeAdImage+Mediation.h"
- #import "GADNativeAppInstallAd.h"
- #import "GADNativeContentAd.h"
- #import "GADNativeCustomTemplateAd.h"
- #import "GADNativeAdImageAdLoaderOptions.h"
- #import "GADCustomEventBanner.h"
- #import "GADCustomEventBannerDelegate.h"
- #import "GADCustomEventExtras.h"
- #import "GADCustomEventInterstitial.h"
- #import "GADCustomEventInterstitialDelegate.h"
- #import "GADCustomEventNativeAd.h"
- #import "GADCustomEventNativeAdDelegate.h"
- #import "GADCustomEventRequest.h"
- #import "GADMediatedNativeAd.h"
- #import "GADMediatedNativeAdDelegate.h"
- #import "GADMediatedNativeAdNotificationSource.h"
- #import "GADMediatedNativeAppInstallAd.h"
- #import "GADMediatedNativeContentAd.h"
- #import "GADSearchBannerView.h"
- #import "GADSearchRequest.h"
- #import "GADAdReward.h"
- #import "GADRewardBasedVideoAd.h"
- #import "GADRewardBasedVideoAdDelegate.h"
|