Files
peko-ios/YuMi/Modules/YMNewHome/View/PIHoemCategoryTitleView.h
2024-02-22 15:58:48 +08:00

22 lines
443 B
Objective-C

//
// PIHoemCategoryTitleView.h
// YuMi
//
// Created by duoban on 2023/9/1.
//
#import <JXCategoryView/JXCategoryView.h>
NS_ASSUME_NONNULL_BEGIN
typedef void(^ScrolledHandle)(NSInteger type);
@interface PIHoemCategoryTitleView : JXCategoryTitleView
@property(nonatomic,assign) NSInteger index;
@property(nonatomic,copy) ScrolledHandle scrolledHandle;
@property(nonatomic,strong) NSMutableArray *titleList;
@end
NS_ASSUME_NONNULL_END