This commit is contained in:
2025-11-06 19:51:50 +08:00
parent a72aae84ef
commit 0d13192723
8 changed files with 316 additions and 67 deletions

View File

@@ -12,7 +12,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface HomeRankVC : UIViewController<JXCategoryListContainerViewDelegate>
// 列表
@property (nonatomic, strong) BaseTableView *tableView;
@property (nonatomic, strong) UICollectionView *collectionView;
@end
NS_ASSUME_NONNULL_END