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.

UMONRewardablePlacementContent.h 248B

12345678910
  1. #import <UnityAds/UMONPlacementContent.h>
  2. NS_ASSUME_NONNULL_BEGIN
  3. @interface UMONRewardablePlacementContent : UMONPlacementContent
  4. @property (nonatomic) BOOL rewarded;
  5. @property (strong, nonatomic) NSString *rewardId;
  6. @end
  7. NS_ASSUME_NONNULL_END