lpw
2024-06-24 96fe7669fe8da0110590467e2e95ad88c0149112
commit | author | age
96fe76 1 //
L 2 //  GADNativeAdAssetIdentifiers.h
3 //  Google Mobile Ads SDK
4 //
5 //  Copyright 2017 Google LLC. All rights reserved.
6 //
7
8 #import <Foundation/Foundation.h>
9 #import <GoogleMobileAds/GoogleMobileAdsDefines.h>
10
11 typedef NSString *GADNativeAssetIdentifier NS_TYPED_ENUM;
12
13 FOUNDATION_EXPORT GADNativeAssetIdentifier _Nonnull const GADNativeHeadlineAsset;
14 FOUNDATION_EXPORT GADNativeAssetIdentifier _Nonnull const GADNativeCallToActionAsset;
15 FOUNDATION_EXPORT GADNativeAssetIdentifier _Nonnull const GADNativeIconAsset;
16 FOUNDATION_EXPORT GADNativeAssetIdentifier _Nonnull const GADNativeBodyAsset;
17 FOUNDATION_EXPORT GADNativeAssetIdentifier _Nonnull const GADNativeStoreAsset;
18 FOUNDATION_EXPORT GADNativeAssetIdentifier _Nonnull const GADNativePriceAsset;
19 FOUNDATION_EXPORT GADNativeAssetIdentifier _Nonnull const GADNativeImageAsset;
20 FOUNDATION_EXPORT GADNativeAssetIdentifier _Nonnull const GADNativeStarRatingAsset;
21 FOUNDATION_EXPORT GADNativeAssetIdentifier _Nonnull const GADNativeAdvertiserAsset;
22 FOUNDATION_EXPORT GADNativeAssetIdentifier _Nonnull const GADNativeMediaViewAsset;
23 FOUNDATION_EXPORT GADNativeAssetIdentifier _Nonnull const GADNativeAdChoicesViewAsset;