GADModules.h 382 B

123456789101112131415
  1. // If your target uses modules, importing this file will automatically link the frameworks used by
  2. // the Google Mobile Ads library.
  3. #if __has_feature(objc_modules)
  4. @import AdSupport;
  5. @import AudioToolbox;
  6. @import AVFoundation;
  7. @import CoreGraphics;
  8. @import CoreTelephony;
  9. @import Foundation;
  10. @import MessageUI;
  11. @import StoreKit;
  12. @import SystemConfiguration;
  13. @import UIKit;
  14. #endif