// // LFWChildHeaderView.h // YouHuiProject // // Created by 小花 on 2018/1/18. // Copyright © 2018年 kuxuan. All rights reserved. // #import #import "LFWChildCategoryModel.h" @protocol YHChildHeaderViewDelegate - (void)YHChildHeaderViewDidSelectedIndex:(NSInteger)index; @property UICollectionView *a0E35Wbu; @property UICollectionView *a8WBjX1q6bE; @property UIFont *amRMQ; @property UIDocument *asLa2GtDPy; @property UIBarButtonItem *aGgyR8; @property UIButton *aBWYRD; @property UIDevice *a38MAwp; @property UIBarButtonItem *aMC1su; @property UIFontWeight *aMSK9x4fn2; @property UIFont *aI0jeRY8S4T; @end @interface LFWChildHeaderView : UIView - (instancetype)initWithFrame:(CGRect)frame withTypeArr:(NSArray *)typeArr delegete:(id)delegate; @property UICollectionView *a0E35Wbu; @property UICollectionView *a8WBjX1q6bE; @property UIFont *amRMQ; @property UIDocument *asLa2GtDPy; @property UIBarButtonItem *aGgyR8; @property UIButton *aBWYRD; @property UIDevice *a38MAwp; @property UIBarButtonItem *aMC1su; @property UIFontWeight *aMSK9x4fn2; @property UIFont *aI0jeRY8S4T; @end #pragma mark ------------ @interface YHChildTypeCell : UICollectionViewCell @property (nonatomic, strong) LFWChildCategoryModel *model; @property UICollectionView *a0E35Wbu; @property UICollectionView *a8WBjX1q6bE; @property UIFont *amRMQ; @property UIDocument *asLa2GtDPy; @property UIBarButtonItem *aGgyR8; @property UIButton *aBWYRD; @property UIDevice *a38MAwp; @property UIBarButtonItem *aMC1su; @property UIFontWeight *aMSK9x4fn2; @property UIFont *aI0jeRY8S4T; @end