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

YZMANineNineScrollViewController.h 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. //
  2. // YZMANineNineScrollViewController.h
  3. // YouHuiProject
  4. //
  5. // Created by xiaoxi on 2018/1/17.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import "YZMABaseViewController.h"
  9. @class YZMAChildGoodModel;
  10. @protocol YHNineNineScrollViewControllerDelegate;
  11. @interface YZMANineNineScrollViewController : YZMABaseViewController
  12. @property (nonatomic, weak) id<YHNineNineScrollViewControllerDelegate> delegate;
  13. @property (nonatomic, assign) BOOL childCanScroll;
  14. @property (nonatomic, strong) NSMutableArray *childArr;
  15. @property UIViewController *a6mNAMF;
  16. @property UIButton *aQSngp;
  17. @property UIButton *auypsAV;
  18. @property UIButton *aLiBoV;
  19. @property UIDocument *ameXsOivIB;
  20. @property UIImageView *a95eAfp;
  21. @property UIBezierPath *afTuQB;
  22. @property UITableView *a9XbSPIl;
  23. @property UIDocument *awciBJ4YPaI;
  24. @end
  25. @protocol YHNineNineScrollViewControllerDelegate <NSObject>
  26. @optional
  27. - (void)yh_NineNineScrollViewControllerDidSelectItem:(YZMAChildGoodModel *)model;
  28. @property UIViewController *a6mNAMF;
  29. @property UIButton *aQSngp;
  30. @property UIButton *auypsAV;
  31. @property UIButton *aLiBoV;
  32. @property UIDocument *ameXsOivIB;
  33. @property UIImageView *a95eAfp;
  34. @property UIBezierPath *afTuQB;
  35. @property UITableView *a9XbSPIl;
  36. @property UIDocument *awciBJ4YPaI;
  37. @end