BatesSettingViewController.h 236 B

12345678910111213141516
  1. //
  2. // BatesSettingViewController.h
  3. // PDFViewer
  4. //
  5. // Created by kdanmobile_2 on 2022/11/17.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface BatesSettingViewController : UIViewController
  10. @end
  11. NS_ASSUME_NONNULL_END