1234567891011121314151617181920212223 |
- //
- // PBHomeChildController.h
- // zbTest
- //
- // Created by You on 2024/12/15.
- //
- #import <UIKit/UIKit.h>
- #import <JXCategoryView/JXCategoryView.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface PBHomeChildController : UIViewController <JXCategoryListContentViewDelegate>
- - (instancetype)initWithPageIndex:(NSInteger)pageIndex;
- - (void)refresh;
- @end
- NS_ASSUME_NONNULL_END
|