Files
keyboard/keyBoard/Class/Home/VC/HomeRankVC.h

19 lines
361 B
C
Raw Normal View History

2025-11-06 13:18:27 +08:00
//
2025-11-06 14:02:22 +08:00
// HomeRankVC.h
2025-11-06 13:18:27 +08:00
// keyBoard
//
// Created by Mac on 2025/11/6.
//
#import <UIKit/UIKit.h>
2025-11-06 19:19:12 +08:00
#import "JXCategoryView.h"
#import "JXCategoryListContainerView.h"
2025-11-06 13:18:27 +08:00
NS_ASSUME_NONNULL_BEGIN
2025-11-06 19:19:12 +08:00
@interface HomeRankVC : UIViewController<JXCategoryListContainerViewDelegate>
// 列表
@property (nonatomic, strong) BaseTableView *tableView;
2025-11-06 13:18:27 +08:00
@end
NS_ASSUME_NONNULL_END