Day_Count_Memory_Days/anniversary_Project/playB/threeVC.m
2024-08-02 17:04:52 +08:00

32 lines
617 B
Objective-C

//
// threeVC.m
// anniversary_Project
//
// Created by 忆海16 on 2024/7/30.
//
#import "threeVC.h"
@interface threeVC ()
@end
@implementation threeVC
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view.
}
/*
#pragma mark - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
// Get the new view controller using [segue destinationViewController].
// Pass the selected object to the new view controller.
}
*/
@end