TempViewController.m 420 B

1234567891011121314151617181920212223242526
  1. //
  2. // TempViewController.m
  3. // ZZFoundation_Example
  4. //
  5. // Created by Max on 2021/3/2.
  6. // Copyright © 2021 bymiracles@163.com. All rights reserved.
  7. //
  8. #import "TempViewController.h"
  9. @interface TempViewController ()
  10. @end
  11. @implementation TempViewController
  12. - (void)viewDidLoad {
  13. [super viewDidLoad];
  14. // Do any additional setup after loading the view.
  15. }
  16. //-(void)dealloc{
  17. // NSLog(@"delloc");
  18. //}
  19. @end