You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
367 B
20 lines
367 B
4 years ago
|
//
|
||
|
// WXYZ_ADPangolinView.h
|
||
|
// WXReader
|
||
|
//
|
||
|
// Created by Andrew on 2019/7/25.
|
||
|
// Copyright © 2019 Andrew. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "TFAdvertisementBasicView.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface WXYZ_ADPangolinView : TFAdvertisementBasicView
|
||
|
// 广告关闭时的回调
|
||
|
@property (nonatomic ,copy) void(^closeBlock)(void);
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|