2024-06-07 13:38:31 +08:00

17 lines
214 B
Objective-C

//
// HBTabBarController.h
// QinJiuTV
//
// Created by 秦九 on 2024/4/28.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface HBTabBarController : UITabBarController
@end
NS_ASSUME_NONNULL_END