口袋版本的一折买

YZMAFindNavBarView.h 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. //
  2. // YZMAFindNavBarView.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 YZMAFindNavBarView : 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 UIButton *aEN2Y;
  16. @property UIView *ahTtWB;
  17. @property UIMotionEffect *aU7gdqt46m;
  18. @property UIButton *aODsn6uCoF;
  19. @property UIMenuItem *a7X4jki5CuP;
  20. @property UIDocument *aNqdm6YXF;
  21. @property UIMotionEffect *a5FTIgh;
  22. @property UIButton *a6REe4qs8K;
  23. @property UIAlertView *aS2GmWsdN;
  24. @property UIView *azhXVZuK;
  25. @property UIView *a56F7dD1vTG;
  26. @property UIBarButtonItem *adNkioQhT8;
  27. @property UIMenuItem *augyA8;
  28. @end
  29. @protocol YHFindNavBarViewDelegate <NSObject>
  30. @optional
  31. - (void)yh_FinNavBarViewClickHelp;
  32. - (void)yh_FindNavBarViewClickSearch;
  33. @property UIButton *aEN2Y;
  34. @property UIView *ahTtWB;
  35. @property UIMotionEffect *aU7gdqt46m;
  36. @property UIButton *aODsn6uCoF;
  37. @property UIMenuItem *a7X4jki5CuP;
  38. @property UIDocument *aNqdm6YXF;
  39. @property UIMotionEffect *a5FTIgh;
  40. @property UIButton *a6REe4qs8K;
  41. @property UIAlertView *aS2GmWsdN;
  42. @property UIView *azhXVZuK;
  43. @property UIView *a56F7dD1vTG;
  44. @property UIBarButtonItem *adNkioQhT8;
  45. @property UIMenuItem *augyA8;
  46. @end