YMHomeChildController.h 394 B

1234567891011121314151617181920
  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 "YMBaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YMHomeChildController : YMBaseViewController <JXCategoryListContentViewDelegate>
  11. /// 横滑Page索引
  12. @property (nonatomic, assign) NSInteger jxCategoryPageIndex;
  13. @end
  14. NS_ASSUME_NONNULL_END