Nessuna descrizione

LFWFindNavBarStaticView.h 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. //
  2. // LFWFindNavBarStaticView.h
  3. // YouHuiProject
  4. //
  5. // Created by xiaoxi on 2018/1/29.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol YHFindNavBarStaticViewDelegate;
  10. @interface LFWFindNavBarStaticView : UIView
  11. @property (nonatomic, weak) id<YHFindNavBarStaticViewDelegate> delegate;
  12. @property (nonatomic, strong) UIButton *searchButton;
  13. @property UIActivity *acCiw89;
  14. @property UIColor *aFZRsYT5kH;
  15. @property UIScreen *asjXd4xhT;
  16. @property UIAlertAction *aU1QM;
  17. @property UIDevice *aEwQ6XI;
  18. @property UIUserInterfaceIdiom *a7SvCabZ;
  19. @property UIUserInterfaceIdiom *a06kr;
  20. @property UIBarButtonItem *ax3r9DS;
  21. @property UIFont *aF50EGCoqm;
  22. @property UIView *aP4FHRJAleW;
  23. @property UIMotionEffect *aSDJsu6KLQ;
  24. @property UIEdgeInsets *a8hWjJV;
  25. @end
  26. @protocol YHFindNavBarStaticViewDelegate <NSObject>
  27. @optional
  28. - (void)yh_FindNavBarStaticViewClickSearch;
  29. @property UIActivity *acCiw89;
  30. @property UIColor *aFZRsYT5kH;
  31. @property UIScreen *asjXd4xhT;
  32. @property UIAlertAction *aU1QM;
  33. @property UIDevice *aEwQ6XI;
  34. @property UIUserInterfaceIdiom *a7SvCabZ;
  35. @property UIUserInterfaceIdiom *a06kr;
  36. @property UIBarButtonItem *ax3r9DS;
  37. @property UIFont *aF50EGCoqm;
  38. @property UIView *aP4FHRJAleW;
  39. @property UIMotionEffect *aSDJsu6KLQ;
  40. @property UIEdgeInsets *a8hWjJV;
  41. @end