BBASMAdLandingPageFooterLine.h
326 Bytes
//
// BBASMAdLandingPageFooterLine.h
// BBAMNP
//
// Created by xutingting on 2019/11/21.
// Copyright © 2019 Baidu. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface BBASMAdLandingPageFooterLine : UIView
@property (nonatomic, strong) UIColor *lineColor;
@end
NS_ASSUME_NONNULL_END