@objc public class AATAdInfo : NSObject { /// Price information @objc public let priceInfo: AATPriceInfo? }
@interface AATAdInfo : NSObject /// Price information @property (nonatomic, readonly, strong) AATPriceInfo * _Nullable priceInfo; @end
Last updated 8 months ago