// // 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 delegate; @property (nonatomic, strong) LZMNineCollectionView *collectionView; @property (nonatomic, strong) LZMNineNineScrollChannelModel *model; @property (nonatomic, assign) BOOL canScroll; @property UIImageView *a9BvWFX; @property UISwitch *at7mW; @property UIApplication *apFJfMd; @property UIButton *a2XQJGl; @property UIVisualEffectView *a6Uen895hxE; @property UIInputView *a57Lu2; @property UILabel *abJpzST7K; @property UIFontWeight *aJToDE; @property UIAlertView *aM1RoA9D; @property UIEdgeInsets *aL9B6JWVXar; @property UIEvent *agtTK145x; @end @protocol YHNineNineScrollChildViewControllerDelegate @optional - (void)yh_NineNineScrollChildViewControllerDidSelectItem:(LZMChildGoodModel *)model; @property UIImageView *a9BvWFX; @property UISwitch *at7mW; @property UIApplication *apFJfMd; @property UIButton *a2XQJGl; @property UIVisualEffectView *a6Uen895hxE; @property UIInputView *a57Lu2; @property UILabel *abJpzST7K; @property UIFontWeight *aJToDE; @property UIAlertView *aM1RoA9D; @property UIEdgeInsets *aL9B6JWVXar; @property UIEvent *agtTK145x; @end