This commit is contained in:
2025-11-07 20:58:14 +08:00
parent 91d754b389
commit 48a12f0919
30 changed files with 282 additions and 46 deletions

View File

@@ -10,7 +10,7 @@
#import "JXCategoryListContainerView.h"
NS_ASSUME_NONNULL_BEGIN
@interface HomeRankVC : UIViewController<JXCategoryListContainerViewDelegate>
@interface HomeRankVC : BaseViewController<JXCategoryListContainerViewDelegate>
// 列表
@property (nonatomic, strong) UICollectionView *collectionView;
@end