11 lines
248 B
Objective-C
11 lines
248 B
Objective-C
#import <UnityAds/UMONPlacementContent.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface UMONRewardablePlacementContent : UMONPlacementContent
|
|
@property (nonatomic) BOOL rewarded;
|
|
@property (strong, nonatomic) NSString *rewardId;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|