PBHomeChildController.h 369 B

1234567891011121314151617181920212223
  1. //
  2. // PBHomeChildController.h
  3. // zbTest
  4. //
  5. // Created by You on 2024/12/15.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import <JXCategoryView/JXCategoryView.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface PBHomeChildController : UIViewController <JXCategoryListContentViewDelegate>
  11. - (instancetype)initWithPageIndex:(NSInteger)pageIndex;
  12. - (void)refresh;
  13. @end
  14. NS_ASSUME_NONNULL_END