12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- //
- // LZMNineNineScrollChildViewController.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/29.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import "LZMBaseViewController.h"
- #import "LZMCollectionView.h"
- #import "LZMNineCollectionView.h"
- @class LZMNineNineScrollChannelModel,LZMChildGoodModel;
- @protocol YHNineNineScrollChildViewControllerDelegate;
- @interface LZMNineNineScrollChildViewController : LZMBaseViewController
- @property (nonatomic, weak) id<YHNineNineScrollChildViewControllerDelegate> delegate;
- @property (nonatomic, strong) LZMNineCollectionView *collectionView;
- @property (nonatomic, strong) LZMNineNineScrollChannelModel *model;
- @property (nonatomic, assign) BOOL canScroll;
- @property UIImageView *a9BvWFX;
- @property UISwitch *at7mW;
- @property UIApplication *apFJfMd;
- @property UIButton *a2XQJGl;
- @property UIVisualEffectView *a6Uen895hxE;
- @property UIInputView *a57Lu2;
- @property UILabel *abJpzST7K;
- @property UIFontWeight *aJToDE;
- @property UIAlertView *aM1RoA9D;
- @property UIEdgeInsets *aL9B6JWVXar;
- @property UIEvent *agtTK145x;
- @end
- @protocol YHNineNineScrollChildViewControllerDelegate <NSObject>
- @optional
- - (void)yh_NineNineScrollChildViewControllerDidSelectItem:(LZMChildGoodModel *)model;
- @property UIImageView *a9BvWFX;
- @property UISwitch *at7mW;
- @property UIApplication *apFJfMd;
- @property UIButton *a2XQJGl;
- @property UIVisualEffectView *a6Uen895hxE;
- @property UIInputView *a57Lu2;
- @property UILabel *abJpzST7K;
- @property UIFontWeight *aJToDE;
- @property UIAlertView *aM1RoA9D;
- @property UIEdgeInsets *aL9B6JWVXar;
- @property UIEvent *agtTK145x;
- @end
|