CPDFBatesAddViewController.h 411 B

1234567891011121314151617181920
  1. //
  2. // BatesAddViewController.h
  3. // PDFViewer
  4. //
  5. // Created by kdanmobile_2 on 2022/11/18.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "CPDFBatesAddView.h"
  9. #import "CPDFHeaderFooterAddController.h"
  10. #import "CPDFFontNameModel.h"
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface CPDFBatesAddViewController : CPDFHeaderFooterAddController <UITableViewDelegate,UITableViewDataSource,UITextFieldDelegate>
  13. @end
  14. NS_ASSUME_NONNULL_END