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