// // CPDFController.h // PDFViewer // // Created by kdan on 2022/11/14. // #import @class CPDFModel; NS_ASSUME_NONNULL_BEGIN @interface CPDFListController : UIViewController @property (nonatomic,copy) NSString *path; - (instancetype)initWithModel:(CPDFModel *)model; @end NS_ASSUME_NONNULL_END