123456789101112131415161718192021222324252627282930313233343536373839404142 |
- //
- // 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<YHNineNineScrollViewControllerDelegate> 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 <NSObject>
- @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
|