一折买app------返利---------返利宝

YZMAFindNavBarView.h 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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 UIScreen *aST2t;
  16. @property UIImageView *azg8nB;
  17. @property UIBarButtonItem *aVSCE;
  18. @property UISearchBar *agUSL1m;
  19. @property UIEvent *aIEfpt;
  20. @property UIRegion *aJotY04qX;
  21. @property UIFont *agYkDMe;
  22. @property UIAlertView *aKwvi;
  23. @property UIFont *aXoxhZQ697;
  24. @property UIMotionEffect *aZypknO;
  25. @property UIInputView *ajQDdrRhM;
  26. @property UIScreen *a2q8pvb;
  27. @property UIBarButtonItem *auiRHaE;
  28. @property UIMenuItem *aVprlu7nI;
  29. @end
  30. @protocol YHFindNavBarViewDelegate <NSObject>
  31. @optional
  32. - (void)yh_FinNavBarViewClickHelp;
  33. - (void)yh_FindNavBarViewClickSearch;
  34. @property UIScreen *aST2t;
  35. @property UIImageView *azg8nB;
  36. @property UIBarButtonItem *aVSCE;
  37. @property UISearchBar *agUSL1m;
  38. @property UIEvent *aIEfpt;
  39. @property UIRegion *aJotY04qX;
  40. @property UIFont *agYkDMe;
  41. @property UIAlertView *aKwvi;
  42. @property UIFont *aXoxhZQ697;
  43. @property UIMotionEffect *aZypknO;
  44. @property UIInputView *ajQDdrRhM;
  45. @property UIScreen *a2q8pvb;
  46. @property UIBarButtonItem *auiRHaE;
  47. @property UIMenuItem *aVprlu7nI;
  48. @end