BatesDeleteViewController.m 684 B

12345678910111213141516171819202122232425262728293031
  1. //
  2. // BatesDeleteViewController.m
  3. // PDFViewer
  4. //
  5. // Created by kdanmobile_2 on 2022/11/17.
  6. //
  7. #import "BatesDeleteViewController.h"
  8. @interface BatesDeleteViewController ()
  9. @end
  10. @implementation BatesDeleteViewController
  11. - (void)viewDidLoad {
  12. [super viewDidLoad];
  13. // Do any additional setup after loading the view.
  14. }
  15. /*
  16. #pragma mark - Navigation
  17. // In a storyboard-based application, you will often want to do a little preparation before navigation
  18. - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
  19. // Get the new view controller using [segue destinationViewController].
  20. // Pass the selected object to the new view controller.
  21. }
  22. */
  23. @end