GADAdNetworkExtras.h 442 B

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