Hibit_iOS/HiBit/Project/Home/Controllers/HBHomeViewController.h
2024-06-07 18:10:32 +08:00

17 lines
219 B
Objective-C

//
// HBHomeViewController.h
// HiBit
//
// Created by HI_LOSER on 2024/6/7.
//
#import "HBViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface HBHomeViewController : HBViewController
@end
NS_ASSUME_NONNULL_END