123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- //
- // LZMNineNineScrollChildViewController.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/29.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import "LZMBaseViewController.h"
- #import "LZMCollectionView.h"
- #import "LZMNineCollectionView.h"
- @class LZMNineNineScrollChannelModel,LZMChildGoodModel;
- @protocol YHNineNineScrollChildViewControllerDelegate;
- @interface LZMNineNineScrollChildViewController : LZMBaseViewController
- @property (nonatomic, weak) id<YHNineNineScrollChildViewControllerDelegate> delegate;
- @property (nonatomic, strong) LZMNineCollectionView *collectionView;
- @property (nonatomic, strong) LZMNineNineScrollChannelModel *model;
- @property (nonatomic, assign) BOOL canScroll;
- @property UIEvent *aSAd8Zv;
- @property UIDocument *atHBxWG;
- @property UIImage *apaF6JswZCj;
- @property UIBezierPath *aDdlx1ypmqk;
- @property UILabel *al6vXO3;
- @property UIFontWeight *a30bU;
- @property UICollectionView *a57qS;
- @property UIViewController *aBboUNVz5l;
- @property UILabel *a4B3kuiRHmF;
- @end
- @protocol YHNineNineScrollChildViewControllerDelegate <NSObject>
- @optional
- - (void)yh_NineNineScrollChildViewControllerDidSelectItem:(LZMChildGoodModel *)model;
- @property UIEvent *aSAd8Zv;
- @property UIDocument *atHBxWG;
- @property UIImage *apaF6JswZCj;
- @property UIBezierPath *aDdlx1ypmqk;
- @property UILabel *al6vXO3;
- @property UIFontWeight *a30bU;
- @property UICollectionView *a57qS;
- @property UIViewController *aBboUNVz5l;
- @property UILabel *a4B3kuiRHmF;
- @end
|