12345678910111213141516171819 |
- //
- // BatesAddViewController.h
- // PDFViewer
- //
- // Created by kdanmobile_2 on 2022/11/18.
- //
- #import <UIKit/UIKit.h>
- #import "PDFBatesAddView.h"
- #import "PDFHeaderFooterAddController.h"
- #import "PDFAddViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface PDFBatesAddViewController : PDFAddViewController <UITableViewDelegate,UITableViewDataSource,UITextFieldDelegate>
- @end
- NS_ASSUME_NONNULL_END
|