12345678910111213141516171819202122232425262728293031323334353637383940 |
- //
- // LZMNineNineScrollViewController.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/17.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import "LZMBaseViewController.h"
- @class LZMChildGoodModel;
- @protocol YHNineNineScrollViewControllerDelegate;
- @interface LZMNineNineScrollViewController : LZMBaseViewController
- @property (nonatomic, weak) id<YHNineNineScrollViewControllerDelegate> delegate;
- @property (nonatomic, assign) BOOL childCanScroll;
- @property (nonatomic, strong) NSMutableArray *childArr;
- @property UIWindow *aqYJr3DQcGp;@property UIApplication *aFn1i;
- @property UISwitch *a5iI8qZuYL;
- @property UILabel *a1Y5dg;
- @property UIFontWeight *aUVPnM6lS;
- @property UIApplication *aL2afc;
- @property UIMenuItem *aFWAvx4SnE;
- @property UICollectionView *a7izaB;
- @property UIImageView *aDBoqrpYm;
- @end
- @protocol YHNineNineScrollViewControllerDelegate <NSObject>
- @optional
- - (void)yh_NineNineScrollViewControllerDidSelectItem:(LZMChildGoodModel *)model;
- @property UIWindow *aqYJr3DQcGp;@property UIApplication *aFn1i;
- @property UISwitch *a5iI8qZuYL;
- @property UILabel *a1Y5dg;
- @property UIFontWeight *aUVPnM6lS;
- @property UIApplication *aL2afc;
- @property UIMenuItem *aFWAvx4SnE;
- @property UICollectionView *a7izaB;
- @property UIImageView *aDBoqrpYm;
- @end
|