// // HomeRankContentVC.h // keyBoard // // Created by Mac on 2025/11/6. // #import #import "JXCategoryListContainerView.h" NS_ASSUME_NONNULL_BEGIN @interface HomeRankContentVC : UIViewController @property (nonatomic, strong) UICollectionView *collectionView; /// 指定标签 id 的构造方法;index 对应的 tagId 由 HomeRankVC 传入 - (instancetype)initWithTagId:(nullable NSString *)tagId; @end NS_ASSUME_NONNULL_END