GoogleMobileAds.h 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. //
  2. // GoogleMobileAds.h
  3. // Google Mobile Ads SDK
  4. //
  5. // Copyright 2014 Google Inc. All rights reserved.
  6. #import <Foundation/Foundation.h>
  7. #import <UIKit/UIKit.h>
  8. #if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_6_0
  9. #error The Google Mobile Ads SDK requires a deployment target of iOS 6.0 or later.
  10. #endif
  11. //! Project version string for GoogleMobileAds.
  12. FOUNDATION_EXPORT const unsigned char GoogleMobileAdsVersionString[];
  13. #import "GoogleMobileAdsDefines.h"
  14. #import "GADAdNetworkExtras.h"
  15. #import "GADAdSize.h"
  16. #import "GADBannerView.h"
  17. #import "GADBannerViewDelegate.h"
  18. #import "GADCorrelator.h"
  19. #import "GADCorrelatorAdLoaderOptions.h"
  20. #import "GADExtras.h"
  21. #import "GADInAppPurchase.h"
  22. #import "GADInAppPurchaseDelegate.h"
  23. #import "GADInterstitial.h"
  24. #import "GADInterstitialDelegate.h"
  25. #import "GADMobileAds.h"
  26. #import "GADRequest.h"
  27. #import "GADRequestError.h"
  28. #import "DFPBannerView.h"
  29. #import "DFPCustomRenderedAd.h"
  30. #import "DFPCustomRenderedBannerViewDelegate.h"
  31. #import "DFPCustomRenderedInterstitialDelegate.h"
  32. #import "DFPInterstitial.h"
  33. #import "DFPRequest.h"
  34. #import "GADAdSizeDelegate.h"
  35. #import "GADAppEventDelegate.h"
  36. #import "GADAdLoader.h"
  37. #import "GADAdLoaderAdTypes.h"
  38. #import "GADAdLoaderDelegate.h"
  39. #import "GADNativeAd.h"
  40. #import "GADNativeAdDelegate.h"
  41. #import "GADNativeAdImage.h"
  42. #import "GADNativeAdImage+Mediation.h"
  43. #import "GADNativeAppInstallAd.h"
  44. #import "GADNativeContentAd.h"
  45. #import "GADNativeCustomTemplateAd.h"
  46. #import "GADNativeAdImageAdLoaderOptions.h"
  47. #import "GADCustomEventBanner.h"
  48. #import "GADCustomEventBannerDelegate.h"
  49. #import "GADCustomEventExtras.h"
  50. #import "GADCustomEventInterstitial.h"
  51. #import "GADCustomEventInterstitialDelegate.h"
  52. #import "GADCustomEventNativeAd.h"
  53. #import "GADCustomEventNativeAdDelegate.h"
  54. #import "GADCustomEventRequest.h"
  55. #import "GADMediatedNativeAd.h"
  56. #import "GADMediatedNativeAdDelegate.h"
  57. #import "GADMediatedNativeAdNotificationSource.h"
  58. #import "GADMediatedNativeAppInstallAd.h"
  59. #import "GADMediatedNativeContentAd.h"
  60. #import "GADSearchBannerView.h"
  61. #import "GADSearchRequest.h"
  62. #import "GADAdReward.h"
  63. #import "GADRewardBasedVideoAd.h"
  64. #import "GADRewardBasedVideoAdDelegate.h"