No Description

LFWChildHeaderView.h 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. //
  2. // LFWChildHeaderView.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/1/18.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "LFWChildCategoryModel.h"
  10. @protocol YHChildHeaderViewDelegate <NSObject>
  11. - (void)YHChildHeaderViewDidSelectedIndex:(NSInteger)index;
  12. @property UICollectionView *a0E35Wbu;
  13. @property UICollectionView *a8WBjX1q6bE;
  14. @property UIFont *amRMQ;
  15. @property UIDocument *asLa2GtDPy;
  16. @property UIBarButtonItem *aGgyR8;
  17. @property UIButton *aBWYRD;
  18. @property UIDevice *a38MAwp;
  19. @property UIBarButtonItem *aMC1su;
  20. @property UIFontWeight *aMSK9x4fn2;
  21. @property UIFont *aI0jeRY8S4T;
  22. @end
  23. @interface LFWChildHeaderView : UIView
  24. - (instancetype)initWithFrame:(CGRect)frame withTypeArr:(NSArray *)typeArr delegete:(id<YHChildHeaderViewDelegate>)delegate;
  25. @property UICollectionView *a0E35Wbu;
  26. @property UICollectionView *a8WBjX1q6bE;
  27. @property UIFont *amRMQ;
  28. @property UIDocument *asLa2GtDPy;
  29. @property UIBarButtonItem *aGgyR8;
  30. @property UIButton *aBWYRD;
  31. @property UIDevice *a38MAwp;
  32. @property UIBarButtonItem *aMC1su;
  33. @property UIFontWeight *aMSK9x4fn2;
  34. @property UIFont *aI0jeRY8S4T;
  35. @end
  36. #pragma mark ------------
  37. @interface YHChildTypeCell : UICollectionViewCell
  38. @property (nonatomic, strong) LFWChildCategoryModel *model;
  39. @property UICollectionView *a0E35Wbu;
  40. @property UICollectionView *a8WBjX1q6bE;
  41. @property UIFont *amRMQ;
  42. @property UIDocument *asLa2GtDPy;
  43. @property UIBarButtonItem *aGgyR8;
  44. @property UIButton *aBWYRD;
  45. @property UIDevice *a38MAwp;
  46. @property UIBarButtonItem *aMC1su;
  47. @property UIFontWeight *aMSK9x4fn2;
  48. @property UIFont *aI0jeRY8S4T;
  49. @end