// // LZMGoodDetailBottomView.h // YouHuiProject // // Created by xiaoxi on 2018/1/25. // Copyright © 2018年 kuxuan. All rights reserved. // #import @class LZMGoodDetailModel; @protocol YHGoodDetailBottomViewDelegate; @interface LZMGoodDetailBottomView : UIView @property (nonatomic, weak) id 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 @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