// // 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; @end NS_ASSUME_NONNULL_END