1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- //
- // LFWChildHeaderView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/18.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "LFWChildCategoryModel.h"
- @protocol YHChildHeaderViewDelegate <NSObject>
- - (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<YHChildHeaderViewDelegate>)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
|