GADAdNetworkExtras.h 467 B

123456789101112131415161718
  1. //
  2. // GADAdNetworkExtras.h
  3. // Google Ads iOS SDK
  4. //
  5. // Copyright (c) 2012 Google Inc. All rights reserved.
  6. //
  7. #import <Foundation/Foundation.h>
  8. #import "GADModules.h"
  9. /// An object implementing this protocol contains information set by the publisher on the client
  10. /// device for a particular ad network.
  11. ///
  12. /// Ad networks should create an 'extras' object implementing this protocol for their publishers to
  13. /// use.
  14. @protocol GADAdNetworkExtras<NSObject>
  15. @end