ViewController.m 498 B

123456789101112131415161718192021222324252627282930
  1. //
  2. // ViewController.m
  3. // ZhongJingLianMeng
  4. //
  5. // Created by youke on 2018/11/14.
  6. // Copyright © 2018 youke. All rights reserved.
  7. //
  8. #import "ViewController.h"
  9. @interface ViewController ()
  10. @end
  11. @implementation ViewController
  12. - (void)viewDidLoad {
  13. [super viewDidLoad];
  14. // Do any additional setup after loading the view, typically from a nib.
  15. }
  16. - (void)didReceiveMemoryWarning {
  17. [super didReceiveMemoryWarning];
  18. // Dispose of any resources that can be recreated.
  19. }
  20. @end