YMIncomeBreakdownListViewController.h 366 B

1234567891011121314151617
  1. //
  2. // YMIncomeBreakdownListViewController.h
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2024/3/3.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import "YMBaseViewController.h"
  9. #import "JXPagerListRefreshView.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YMIncomeBreakdownListViewController : YMBaseViewController<JXPagerViewListViewDelegate>
  12. @end
  13. NS_ASSUME_NONNULL_END