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

17 lines
195 B
Objective-C

//
// HBTableView.h
// QinJiuTV
//
// Created by HI_LOSER on 2024/5/15.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface HBTableView : UITableView
@end
NS_ASSUME_NONNULL_END