两折卖----返利app-----返利圈

LZMNineNineHeaderView.h 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. //
  2. // LZMNineNineHeaderView.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 LZMNineNineHeaderView : UIView
  12. @property (nonatomic, weak) id<YHNineNineHeaderViewDelegate> delegate;
  13. @property (nonatomic, strong) YHNineNineHeaderModel *headerModel;
  14. @property UIEvent *au05ka;
  15. @property UISearchBar *aMn5P1WVX;
  16. @property UIBarButtonItem *awf84SgNvpQ;
  17. @property UIControlEvents *adS4pML;
  18. @property UIAlertAction *a8Lb3q;
  19. @property UIImageView *aC0yIbNtP;
  20. @property UIKeyCommand *aEwbG53hAg;
  21. @property UIControl *a9WEHFq;
  22. @property UITableView *aASePIVE1h;
  23. @property UIAlertAction *aBepS;
  24. @property UIEvent *aovJfnTz;
  25. @property UIButton *a0SI5yYV;
  26. @property UILabel *aYibhqxlm1;
  27. @end
  28. @protocol YHNineNineHeaderViewDelegate <NSObject>
  29. @optional
  30. - (void)yh_NineNineHeaderViewDidSelectItem:(YHNineNineHeaderCollectionModel *)model;
  31. @property UIEvent *au05ka;
  32. @property UISearchBar *aMn5P1WVX;
  33. @property UIBarButtonItem *awf84SgNvpQ;
  34. @property UIControlEvents *adS4pML;
  35. @property UIAlertAction *a8Lb3q;
  36. @property UIImageView *aC0yIbNtP;
  37. @property UIKeyCommand *aEwbG53hAg;
  38. @property UIControl *a9WEHFq;
  39. @property UITableView *aASePIVE1h;
  40. @property UIAlertAction *aBepS;
  41. @property UIEvent *aovJfnTz;
  42. @property UIButton *a0SI5yYV;
  43. @property UILabel *aYibhqxlm1;
  44. @end