Hibit_iOS/HiBit/Project/Discover/Controllers/HBDiscoverViewController.m
2024-06-07 18:10:32 +08:00

32 lines
670 B
Objective-C

//
// HBDiscoverViewController.m
// HiBit
//
// Created by HI_LOSER on 2024/6/7.
//
#import "HBDiscoverViewController.h"
@interface HBDiscoverViewController ()
@end
@implementation HBDiscoverViewController
- (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