// // YZMANineNineScrollChildViewController.h // YouHuiProject // // Created by xiaoxi on 2018/1/29. // Copyright © 2018年 kuxuan. All rights reserved. // #import "YZMABaseViewController.h" #import "YZMACollectionView.h" #import "YZMANineCollectionView.h" @class YZMANineNineScrollChannelModel,YZMAChildGoodModel; @protocol YHNineNineScrollChildViewControllerDelegate; @interface YZMANineNineScrollChildViewController : YZMABaseViewController @property (nonatomic, weak) id delegate; @property (nonatomic, strong) YZMANineCollectionView *collectionView; @property (nonatomic, strong) YZMANineNineScrollChannelModel *model; @property (nonatomic, assign) BOOL canScroll; @property UIMotionEffect *a2e0B; @property UIControlEvents *aT4VUisNS1L; @property UIBezierPath *a7SZEovR; @property UIBarButtonItem *aYUScgBRL; @property UIImage *aV8KIf3gJs; @property UIWindow *a46GbS;@property UIDevice *atQ5dAocv; @property UIAlertView *axlwg; @property UICollectionView *aRVATJ; @property UIKeyCommand *aSWRXk; @property UIMotionEffect *a70eo; @property UIImageView *aU4WLA2aE; @property UITableView *aHjis; @property UIRegion *alcICdFztya; @property UIInputView *aHoVZAnbKxR; @property UICollectionView *aD75xsT; @end @protocol YHNineNineScrollChildViewControllerDelegate @optional - (void)yh_NineNineScrollChildViewControllerDidSelectItem:(YZMAChildGoodModel *)model; @property UIMotionEffect *a2e0B; @property UIControlEvents *aT4VUisNS1L; @property UIBezierPath *a7SZEovR; @property UIBarButtonItem *aYUScgBRL; @property UIImage *aV8KIf3gJs; @property UIWindow *a46GbS;@property UIDevice *atQ5dAocv; @property UIAlertView *axlwg; @property UICollectionView *aRVATJ; @property UIKeyCommand *aSWRXk; @property UIMotionEffect *a70eo; @property UIImageView *aU4WLA2aE; @property UITableView *aHjis; @property UIRegion *alcICdFztya; @property UIInputView *aHoVZAnbKxR; @property UICollectionView *aD75xsT; @end