20 lines
300 B
Objective-C
20 lines
300 B
Objective-C
//
|
|
// 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
|