1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- //
- // LZMGoodDetailBottomView.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/25.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class LZMGoodDetailModel;
- @protocol YHGoodDetailBottomViewDelegate;
- @interface LZMGoodDetailBottomView : UIView
- @property (nonatomic, weak) id<YHGoodDetailBottomViewDelegate> delegate;
- @property (nonatomic, strong) LZMGoodDetailModel *goodModel;
- @property (nonatomic, strong) UIButton *shopButton;
- @property (nonatomic, strong) UIButton *collectButton;
- @property (nonatomic, strong) UIButton *commissionButton;
- @property (nonatomic, strong) UIButton *buyButton;
- @property UIButton *akJH7M;
- @property UIUserInterfaceIdiom *a2I0Xpoyd;
- @property UIVisualEffectView *aJZPK;
- @property UIBarButtonItem *aBoKlc;
- @property UIDevice *akhuW1sPR;
- @property UIDocument *aabPBMjVJ;
- @property UIEvent *a0eFAWtj7pP;
- @property UIControl *alUhi2;
- @property UIWindow *a2C6G;@property UIKeyCommand *ajhL2B6G8W;
- @property UIView *aPi2lTjNXS9;
- @property UIButton *afYecLlO;
- @property UIBezierPath *a6y4ADilv3u;
- @end
- @protocol YHGoodDetailBottomViewDelegate <NSObject>
- @optional
- - (void)yh_GoodDetailBottomViewClickCommissionButton;
- - (void)yh_GoodDetailBottomViewClickCollectButton;
- - (void)yh_GoodDetailBottomViewClickBuyButton;
- @property UIButton *akJH7M;
- @property UIUserInterfaceIdiom *a2I0Xpoyd;
- @property UIVisualEffectView *aJZPK;
- @property UIBarButtonItem *aBoKlc;
- @property UIDevice *akhuW1sPR;
- @property UIDocument *aabPBMjVJ;
- @property UIEvent *a0eFAWtj7pP;
- @property UIControl *alUhi2;
- @property UIWindow *a2C6G;@property UIKeyCommand *ajhL2B6G8W;
- @property UIView *aPi2lTjNXS9;
- @property UIButton *afYecLlO;
- @property UIBezierPath *a6y4ADilv3u;
- @end
|