BBASMAdLandingPageTailFrameModel.h
536 Bytes
//
// BBASMAdLandingPageTailFrameModel.h
// BBAMNP
//
// Created by xutingting on 2019/9/26.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface BBASMAdLandingPageTailFrameModel : NSObject
/// 背景图片地址
@property (nonatomic, copy) NSString *backgroundImageUrl;
/// 广告主名称
@property (nonatomic, copy) NSString *authorName;
/// 头像地址
@property (nonatomic, copy) NSString *authorHeadUrl;
/// 按钮文字
@property (nonatomic, copy) NSString *buttonText;
@end
NS_ASSUME_NONNULL_END