Files
2021-02-07 11:24:08 +08:00

19 lines
326 B
Objective-C

//
// WXYZ_BookAiPlayPageHeaderView.h
// WXReader
//
// Created by Andrew on 2020/3/11.
// Copyright © 2020 Andrew. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "TFBasicVoiceHeaderView.h"
NS_ASSUME_NONNULL_BEGIN
@interface WXYZ_BookAiPlayPageHeaderView : TFBasicVoiceHeaderView
@end
NS_ASSUME_NONNULL_END