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