PDFBatesAddViewController.h 401 B

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