两折买改口袋样式

LZMNineNineScrollChildViewController.h 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. //
  2. // LZMNineNineScrollChildViewController.h
  3. // YouHuiProject
  4. //
  5. // Created by xiaoxi on 2018/1/29.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import "LZMBaseViewController.h"
  9. #import "LZMCollectionView.h"
  10. #import "LZMNineCollectionView.h"
  11. @class LZMNineNineScrollChannelModel,LZMChildGoodModel;
  12. @protocol YHNineNineScrollChildViewControllerDelegate;
  13. @interface LZMNineNineScrollChildViewController : LZMBaseViewController
  14. @property (nonatomic, weak) id<YHNineNineScrollChildViewControllerDelegate> delegate;
  15. @property (nonatomic, strong) LZMNineCollectionView *collectionView;
  16. @property (nonatomic, strong) LZMNineNineScrollChannelModel *model;
  17. @property (nonatomic, assign) BOOL canScroll;
  18. @property UIEvent *aSAd8Zv;
  19. @property UIDocument *atHBxWG;
  20. @property UIImage *apaF6JswZCj;
  21. @property UIBezierPath *aDdlx1ypmqk;
  22. @property UILabel *al6vXO3;
  23. @property UIFontWeight *a30bU;
  24. @property UICollectionView *a57qS;
  25. @property UIViewController *aBboUNVz5l;
  26. @property UILabel *a4B3kuiRHmF;
  27. @end
  28. @protocol YHNineNineScrollChildViewControllerDelegate <NSObject>
  29. @optional
  30. - (void)yh_NineNineScrollChildViewControllerDidSelectItem:(LZMChildGoodModel *)model;
  31. @property UIEvent *aSAd8Zv;
  32. @property UIDocument *atHBxWG;
  33. @property UIImage *apaF6JswZCj;
  34. @property UIBezierPath *aDdlx1ypmqk;
  35. @property UILabel *al6vXO3;
  36. @property UIFontWeight *a30bU;
  37. @property UICollectionView *a57qS;
  38. @property UIViewController *aBboUNVz5l;
  39. @property UILabel *a4B3kuiRHmF;
  40. @end