1234567891011121314151617181920212223242526 |
- //
- // TempViewController.m
- // ZZFoundation_Example
- //
- // Created by Max on 2021/3/2.
- // Copyright © 2021 bymiracles@163.com. All rights reserved.
- //
- #import "TempViewController.h"
- @interface TempViewController ()
- @end
- @implementation TempViewController
- - (void)viewDidLoad {
- [super viewDidLoad];
- // Do any additional setup after loading the view.
- }
- //-(void)dealloc{
- // NSLog(@"delloc");
- //}
- @end
|