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

17 lines
219 B
Objective-C

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