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

YZMANineNineHeaderView.h 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. //
  2. // YZMANineNineHeaderView.h
  3. // YouHuiProject
  4. //
  5. // Created by xiaoxi on 2018/1/16.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class YHNineNineHeaderModel,YHNineNineHeaderCollectionModel;
  10. @protocol YHNineNineHeaderViewDelegate;
  11. @interface YZMANineNineHeaderView : UIView
  12. @property (nonatomic, weak) id<YHNineNineHeaderViewDelegate> delegate;
  13. @property (nonatomic, strong) YHNineNineHeaderModel *headerModel;
  14. @property UISearchBar *akfhwlKW13v;
  15. @property UIEvent *aF9RQodK;
  16. @property UIImage *arLKob3;
  17. @property UIScreen *acpFuDzTro5;
  18. @property UIKeyCommand *acXLSH;
  19. @property UIAlertView *a59pJwMQB;
  20. @property UISearchBar *aTHDl56iGv;
  21. @property UISearchBar *aaJoNdlG;
  22. @property UIView *aWFN4U;
  23. @property UIImageView *aHac7DUl;
  24. @end
  25. @protocol YHNineNineHeaderViewDelegate <NSObject>
  26. @optional
  27. - (void)yh_NineNineHeaderViewDidSelectItem:(YHNineNineHeaderCollectionModel *)model;
  28. @property UISearchBar *akfhwlKW13v;
  29. @property UIEvent *aF9RQodK;
  30. @property UIImage *arLKob3;
  31. @property UIScreen *acpFuDzTro5;
  32. @property UIKeyCommand *acXLSH;
  33. @property UIAlertView *a59pJwMQB;
  34. @property UISearchBar *aTHDl56iGv;
  35. @property UISearchBar *aaJoNdlG;
  36. @property UIView *aWFN4U;
  37. @property UIImageView *aHac7DUl;
  38. @end