8 lines
143 B
C
8 lines
143 B
C
|
|
#import <UnityAds/UADSBaseOptions.h>
|
||
|
|
|
||
|
|
@interface UADSLoadOptions : UADSBaseOptions
|
||
|
|
|
||
|
|
@property (nonatomic, readwrite) NSString *adMarkup;
|
||
|
|
|
||
|
|
@end
|