ASHomeAlertViewController.m 328 B

1234567891011121314151617181920212223
  1. //
  2. // ASHomeAlertViewController.m
  3. // Asteria
  4. //
  5. // Created by iOS on 2023/6/16.
  6. //
  7. #import "ASHomeAlertViewController.h"
  8. @interface ASHomeAlertViewController ()
  9. @end
  10. @implementation ASHomeAlertViewController
  11. - (void)viewDidLoad {
  12. [super viewDidLoad];
  13. // Do any additional setup after loading the view.
  14. }
  15. @end