This commit is contained in:
2025-11-11 14:02:36 +08:00
parent 9059a24637
commit e4ba237a00
18 changed files with 10 additions and 7 deletions

View File

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