1234567891011121314151617181920 |
- //
- // YMHomeChildController.h
- // MSYOUPAI
- //
- // Created by You on 2024/4/18.
- // Copyright © 2024 MS. All rights reserved.
- //
- #import "YMBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YMHomeChildController : YMBaseViewController <JXCategoryListContentViewDelegate>
- /// 横滑Page索引
- @property (nonatomic, assign) NSInteger jxCategoryPageIndex;
- @end
- NS_ASSUME_NONNULL_END
|