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

LZMNineNineScrollViewController.h 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. //
  2. // LZMNineNineScrollViewController.h
  3. // YouHuiProject
  4. //
  5. // Created by xiaoxi on 2018/1/17.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import "LZMBaseViewController.h"
  9. @class LZMChildGoodModel;
  10. @protocol YHNineNineScrollViewControllerDelegate;
  11. @interface LZMNineNineScrollViewController : LZMBaseViewController
  12. @property (nonatomic, weak) id<YHNineNineScrollViewControllerDelegate> delegate;
  13. @property (nonatomic, assign) BOOL childCanScroll;
  14. @property (nonatomic, strong) NSMutableArray *childArr;
  15. @property UIWindow *aqYJr3DQcGp;@property UIApplication *aFn1i;
  16. @property UISwitch *a5iI8qZuYL;
  17. @property UILabel *a1Y5dg;
  18. @property UIFontWeight *aUVPnM6lS;
  19. @property UIApplication *aL2afc;
  20. @property UIMenuItem *aFWAvx4SnE;
  21. @property UICollectionView *a7izaB;
  22. @property UIImageView *aDBoqrpYm;
  23. @end
  24. @protocol YHNineNineScrollViewControllerDelegate <NSObject>
  25. @optional
  26. - (void)yh_NineNineScrollViewControllerDidSelectItem:(LZMChildGoodModel *)model;
  27. @property UIWindow *aqYJr3DQcGp;@property UIApplication *aFn1i;
  28. @property UISwitch *a5iI8qZuYL;
  29. @property UILabel *a1Y5dg;
  30. @property UIFontWeight *aUVPnM6lS;
  31. @property UIApplication *aL2afc;
  32. @property UIMenuItem *aFWAvx4SnE;
  33. @property UICollectionView *a7izaB;
  34. @property UIImageView *aDBoqrpYm;
  35. @end