No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UMONPromoAdPlacementContent.h 376B

123456789101112
  1. #import <UnityAds/UMONShowAdPlacementContent.h>
  2. #import <UnityAds/UMONPromoMetaData.h>
  3. NS_ASSUME_NONNULL_BEGIN
  4. @interface UMONPromoAdPlacementContent : UMONShowAdPlacementContent
  5. - (instancetype)initWithPlacementId: (NSString *)placementId withParams: (NSDictionary *)params;
  6. @property (nonatomic, strong, readonly) UMONPromoMetaData *metadata;
  7. @end
  8. NS_ASSUME_NONNULL_END