// // YZMANineNineScrollViewController.h // YouHuiProject // // Created by xiaoxi on 2018/1/17. // Copyright © 2018年 kuxuan. All rights reserved. // #import "YZMABaseViewController.h" @class YZMAChildGoodModel; @protocol YHNineNineScrollViewControllerDelegate; @interface YZMANineNineScrollViewController : YZMABaseViewController @property (nonatomic, weak) id delegate; @property (nonatomic, assign) BOOL childCanScroll; @property (nonatomic, strong) NSMutableArray *childArr; @property UIViewController *a6mNAMF; @property UIButton *aQSngp; @property UIButton *auypsAV; @property UIButton *aLiBoV; @property UIDocument *ameXsOivIB; @property UIImageView *a95eAfp; @property UIBezierPath *afTuQB; @property UITableView *a9XbSPIl; @property UIDocument *awciBJ4YPaI; @end @protocol YHNineNineScrollViewControllerDelegate @optional - (void)yh_NineNineScrollViewControllerDidSelectItem:(YZMAChildGoodModel *)model; @property UIViewController *a6mNAMF; @property UIButton *aQSngp; @property UIButton *auypsAV; @property UIButton *aLiBoV; @property UIDocument *ameXsOivIB; @property UIImageView *a95eAfp; @property UIBezierPath *afTuQB; @property UITableView *a9XbSPIl; @property UIDocument *awciBJ4YPaI; @end