commit | author | age
|
96fe76
|
1 |
// |
L |
2 |
// GADNativeAdImage+Mediation.h |
|
3 |
// Google Mobile Ads SDK |
|
4 |
// |
|
5 |
// Copyright 2015 Google. All rights reserved. |
|
6 |
// |
|
7 |
|
|
8 |
#import <GoogleMobileAds/GADNativeAdImage.h> |
|
9 |
|
|
10 |
/// Provides additional GADNativeAdImage initializers. |
|
11 |
@interface GADNativeAdImage (MediationAdditions) |
|
12 |
|
|
13 |
/// Initializes and returns a native ad image object with the provided image. |
|
14 |
- (nonnull instancetype)initWithImage:(nonnull UIImage *)image; |
|
15 |
|
|
16 |
/// Initializes and returns a native ad image object with the provided image URL and image scale. |
|
17 |
- (nonnull instancetype)initWithURL:(nonnull NSURL *)URL scale:(CGFloat)scale; |
|
18 |
|
|
19 |
@end |