YMHomePageListViewControllerOnline.h 474 B

123456789101112131415161718192021
  1. //
  2. // YMHomeChildController.h
  3. // MSYOUPAI
  4. //
  5. // Created by You on 2024/4/18.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import "YMHomePageListViewControllerOnline.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YMHomePageListViewControllerOnline : YMBaseViewController <JXCategoryListContentViewDelegate>
  11. /// 横滑Page索引
  12. @property (nonatomic, assign) NSInteger jxCategoryPageIndex;
  13. @property (nonatomic, copy ) NSString *jxPageTitle;
  14. @end
  15. NS_ASSUME_NONNULL_END