暫無描述

LFWFindNavBarView.h 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. //
  2. // LFWFindNavBarView.h
  3. // YouHuiProject
  4. //
  5. // Created by xiaoxi on 2018/1/19.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol YHFindNavBarViewDelegate;
  10. @interface LFWFindNavBarView : UICollectionReusableView
  11. @property (nonatomic, weak) id<YHFindNavBarViewDelegate> delegate;
  12. @property (nonatomic, strong) UILabel *leftLabel;
  13. @property (nonatomic, strong) UIButton *rightButton;
  14. @property (nonatomic, strong) UIButton *bottomButton;
  15. @property UIMenuItem *aixzdDp;
  16. @property UIBezierPath *atXhDk7Yg;
  17. @property UIEvent *aZB8v0ocbV;
  18. @property UIFont *aNPnGoA;
  19. @property UIDevice *anKIwEBmOZS;
  20. @property UIApplication *arPpGY6;
  21. @property UIView *aY9fGxn;
  22. @property UICollectionView *a1Vek8O;
  23. @property UICollectionView *a0vZMt5g3lT;
  24. @property UISwitch *auC8r;
  25. @end
  26. @protocol YHFindNavBarViewDelegate <NSObject>
  27. @optional
  28. - (void)yh_FinNavBarViewClickHelp;
  29. - (void)yh_FindNavBarViewClickSearch;
  30. @property UIMenuItem *aixzdDp;
  31. @property UIBezierPath *atXhDk7Yg;
  32. @property UIEvent *aZB8v0ocbV;
  33. @property UIFont *aNPnGoA;
  34. @property UIDevice *anKIwEBmOZS;
  35. @property UIApplication *arPpGY6;
  36. @property UIView *aY9fGxn;
  37. @property UICollectionView *a1Vek8O;
  38. @property UICollectionView *a0vZMt5g3lT;
  39. @property UISwitch *auC8r;
  40. @end