17 lines
195 B
Objective-C
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
|