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
356 B

//
// WXYZ_BookBackSideViewController.h
// WXReader
//
// Created by LL on 2020/5/27.
// Copyright © 2020 Andrew. All rights reserved.
//
NS_ASSUME_NONNULL_BEGIN
/// 书籍末尾推荐书籍
@interface WXYZ_BookBackSideViewController : TFBasicViewController
@property (nonatomic, strong) TFProductionModel *bookModel;
@end
NS_ASSUME_NONNULL_END