两折卖----返利app-----返利圈

LZMFindNavBarView.h 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. //
  2. // LZMFindNavBarView.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 LZMFindNavBarView : 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 UILabel *alqtE7;
  16. @property UIRegion *avVIWXq1tyh;
  17. @property UIColor *auCMjspB;
  18. @property UIFontWeight *a5ghOSVkbJ3;
  19. @property UIMenuItem *ay6ix7AWM;
  20. @property UIUserInterfaceIdiom *a4hAm;
  21. @property UIEdgeInsets *agGWV42iH;
  22. @property UIFont *aqHerd;
  23. @property UIUserInterfaceIdiom *afdyxYD2;
  24. @property UIEdgeInsets *aWiEJ3R8cf;
  25. @property UIButton *aMKuP3D;
  26. @property UIAlertView *aO0oUcy;
  27. @property UIVisualEffectView *aEd9XYyQn;
  28. @property UIView *ab1NYTMzy3a;
  29. @property UIEvent *aBfVsOpYFw;
  30. @property UIScreen *ajlPuYcr5J;
  31. @end
  32. @protocol YHFindNavBarViewDelegate <NSObject>
  33. @optional
  34. - (void)yh_FinNavBarViewClickHelp;
  35. - (void)yh_FindNavBarViewClickSearch;
  36. @property UILabel *alqtE7;
  37. @property UIRegion *avVIWXq1tyh;
  38. @property UIColor *auCMjspB;
  39. @property UIFontWeight *a5ghOSVkbJ3;
  40. @property UIMenuItem *ay6ix7AWM;
  41. @property UIUserInterfaceIdiom *a4hAm;
  42. @property UIEdgeInsets *agGWV42iH;
  43. @property UIFont *aqHerd;
  44. @property UIUserInterfaceIdiom *afdyxYD2;
  45. @property UIEdgeInsets *aWiEJ3R8cf;
  46. @property UIButton *aMKuP3D;
  47. @property UIAlertView *aO0oUcy;
  48. @property UIVisualEffectView *aEd9XYyQn;
  49. @property UIView *ab1NYTMzy3a;
  50. @property UIEvent *aBfVsOpYFw;
  51. @property UIScreen *ajlPuYcr5J;
  52. @end