// // CPDFHeaderFooterTextTableView.h // PDFViewer // // Created by kdanmobile_2 on 2022/11/25. // #import #import "Masonry.h" NS_ASSUME_NONNULL_BEGIN @interface CPDFHeaderFooterTextTableView : UIView @property (nonatomic,strong) UITableView *tableView; @property (nonatomic,strong) UILabel *titleView; @property (nonatomic,strong) UIButton *okBtn; @property (nonatomic,strong) UIButton *cancelBtn; @property (nonatomic,strong) UIView * bottomView; @property (nonatomic,strong) UIControl *coverView; - (instancetype)initWithTitleName:(NSString *)titleName; @end NS_ASSUME_NONNULL_END