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

@@ -10,8 +10,8 @@
NS_ASSUME_NONNULL_BEGIN
@interface HomeRankContentVC : UIViewController<JXCategoryListContentViewDelegate>
@property (nonatomic, strong) BaseTableView *tableView;
@interface HomeRankContentVC : UIViewController<JXCategoryListContentViewDelegate, UICollectionViewDelegate, UICollectionViewDataSource, UICollectionViewDelegateFlowLayout>
@property (nonatomic, strong) UICollectionView *collectionView;
@end