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.
19 lines
300 B
19 lines
300 B
// |
|
// WXYZ_ADPangoinVideo.h |
|
// WXReader |
|
// |
|
// Created by LL on 2020/7/29. |
|
// Copyright © 2020 Andrew. All rights reserved. |
|
// |
|
|
|
#import "TFAdvertisementBasicView.h" |
|
|
|
NS_ASSUME_NONNULL_BEGIN |
|
|
|
@interface WXYZ_ADPangolinVideo : TFAdvertisementBasicView |
|
|
|
//- (void)show; |
|
|
|
@end |
|
|
|
NS_ASSUME_NONNULL_END
|
|
|