// // YMRankingListViewController.h // MSYOUPAI // // Created by YoMi on 2024/2/14. // Copyright © 2024 MS. All rights reserved. // #import "YMBaseViewController.h" #import "JXPagerListRefreshView.h" NS_ASSUME_NONNULL_BEGIN @interface YMRankingListViewController : YMBaseViewController /// 容器滚动视图 @property (nonatomic, strong) UIScrollView *contentScrollView; @end NS_ASSUME_NONNULL_END