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

YZMANineNineScrollChildViewController.h 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. //
  2. // YZMANineNineScrollChildViewController.h
  3. // YouHuiProject
  4. //
  5. // Created by xiaoxi on 2018/1/29.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import "YZMABaseViewController.h"
  9. #import "YZMACollectionView.h"
  10. #import "YZMANineCollectionView.h"
  11. @class YZMANineNineScrollChannelModel,YZMAChildGoodModel;
  12. @protocol YHNineNineScrollChildViewControllerDelegate;
  13. @interface YZMANineNineScrollChildViewController : YZMABaseViewController
  14. @property (nonatomic, weak) id<YHNineNineScrollChildViewControllerDelegate> delegate;
  15. @property (nonatomic, strong) YZMANineCollectionView *collectionView;
  16. @property (nonatomic, strong) YZMANineNineScrollChannelModel *model;
  17. @property (nonatomic, assign) BOOL canScroll;
  18. @property UIMotionEffect *a2e0B;
  19. @property UIControlEvents *aT4VUisNS1L;
  20. @property UIBezierPath *a7SZEovR;
  21. @property UIBarButtonItem *aYUScgBRL;
  22. @property UIImage *aV8KIf3gJs;
  23. @property UIWindow *a46GbS;@property UIDevice *atQ5dAocv;
  24. @property UIAlertView *axlwg;
  25. @property UICollectionView *aRVATJ;
  26. @property UIKeyCommand *aSWRXk;
  27. @property UIMotionEffect *a70eo;
  28. @property UIImageView *aU4WLA2aE;
  29. @property UITableView *aHjis;
  30. @property UIRegion *alcICdFztya;
  31. @property UIInputView *aHoVZAnbKxR;
  32. @property UICollectionView *aD75xsT;
  33. @end
  34. @protocol YHNineNineScrollChildViewControllerDelegate <NSObject>
  35. @optional
  36. - (void)yh_NineNineScrollChildViewControllerDidSelectItem:(YZMAChildGoodModel *)model;
  37. @property UIMotionEffect *a2e0B;
  38. @property UIControlEvents *aT4VUisNS1L;
  39. @property UIBezierPath *a7SZEovR;
  40. @property UIBarButtonItem *aYUScgBRL;
  41. @property UIImage *aV8KIf3gJs;
  42. @property UIWindow *a46GbS;@property UIDevice *atQ5dAocv;
  43. @property UIAlertView *axlwg;
  44. @property UICollectionView *aRVATJ;
  45. @property UIKeyCommand *aSWRXk;
  46. @property UIMotionEffect *a70eo;
  47. @property UIImageView *aU4WLA2aE;
  48. @property UITableView *aHjis;
  49. @property UIRegion *alcICdFztya;
  50. @property UIInputView *aHoVZAnbKxR;
  51. @property UICollectionView *aD75xsT;
  52. @end