123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- //
- // 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<YHNineNineScrollChildViewControllerDelegate> 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 <NSObject>
- @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
|