YMRankingListViewController.h 436 B

123456789101112131415161718
  1. //
  2. // YMRankingListViewController.h
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2024/2/14.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import "YMBaseViewController.h"
  9. #import "JXPagerListRefreshView.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YMRankingListViewController : YMBaseViewController<JXPagerViewListViewDelegate>
  12. /// 容器滚动视图
  13. @property (nonatomic, strong) UIScrollView *contentScrollView;
  14. @end
  15. NS_ASSUME_NONNULL_END