car in 場站查車鎖車 ios
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

35 行
744B

  1. //
  2. // PaymentViewController.m
  3. // goodpk
  4. //
  5. // Created by 歐特儀 on 2020/2/11.
  6. // Copyright © 2020 Altob. All rights reserved.
  7. //
  8. #import "PaymentViewController.h"
  9. @interface PaymentViewController ()
  10. @end
  11. @implementation PaymentViewController
  12. - (void)viewDidLoad {
  13. [super viewDidLoad];
  14. // Do any additional setup after loading the view.
  15. self.title = @"付款";
  16. }
  17. /*
  18. #pragma mark - Navigation
  19. // In a storyboard-based application, you will often want to do a little preparation before navigation
  20. - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
  21. // Get the new view controller using [segue destinationViewController].
  22. // Pass the selected object to the new view controller.
  23. }
  24. */
  25. @end