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

YZMAFindNavBarStaticView.h 974B

123456789101112131415161718192021222324252627282930313233343536
  1. //
  2. // YZMAFindNavBarStaticView.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 YZMAFindNavBarStaticView : UIView
  11. @property (nonatomic, weak) id<YHFindNavBarStaticViewDelegate> delegate;
  12. @property (nonatomic, strong) UIButton *searchButton;
  13. @property UISwitch *aSfhnGHj08T;
  14. @property UICollectionView *aobXrhV;
  15. @property UIImage *aZeiTbFX;
  16. @property UIBezierPath *andiApLlXO3;
  17. @property UIScreen *a5ZtxSvh;
  18. @property UIInputView *anxCTAw68VW;
  19. @property UIButton *ab8ImMlAFO;
  20. @end
  21. @protocol YHFindNavBarStaticViewDelegate <NSObject>
  22. @optional
  23. - (void)yh_FindNavBarStaticViewClickSearch;
  24. @property UISwitch *aSfhnGHj08T;
  25. @property UICollectionView *aobXrhV;
  26. @property UIImage *aZeiTbFX;
  27. @property UIBezierPath *andiApLlXO3;
  28. @property UIScreen *a5ZtxSvh;
  29. @property UIInputView *anxCTAw68VW;
  30. @property UIButton *ab8ImMlAFO;
  31. @end