Files
keyboard/keyBoard/Class/Home/VC/HomeHotVC.h
2025-11-06 14:59:00 +08:00

18 lines
256 B
Objective-C

//
// HomeHotVC.h
// keyBoard
//
// Created by Mac on 2025/11/6.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface HomeHotVC : UIViewController
// 列表
@property (nonatomic, strong) BaseTableView *tableView;
@end
NS_ASSUME_NONNULL_END