// // LZMGoodDetailView.h // YouHuiProject // // Created by xiaoxi on 2018/1/25. // Copyright © 2018年 kuxuan. All rights reserved. // #import @class LZMGoodDetailModel; @protocol YHGoodDetailViewDelegate; @interface LZMGoodDetailView : UIView @property (nonatomic, weak) id delegate; @property (nonatomic, strong) LZMGoodDetailModel *goodModel; @property UIInputView *aoQeyj6LYC; @property UICollectionView *a7gV14z; @property UISwitch *a2zLBVNiGC; @property UISwitch *amRxwLBAlvF; @property UIBarButtonItem *apUTAxo; @property UIAlertView *aB4Sl; @property UIBarButtonItem *a2cmYBGf7; @property UIActivity *aMArPD; @property UIBarButtonItem *aZwHsI4x; @property UISwitch *abIrw1LS; @property UIViewController *aoda9SkKL; @property UIButton *aGyfTkIHobQ; @end @protocol YHGoodDetailViewDelegate @optional - (void)yh_GoodDetailViewTapCoupon; - (void)yh_GoodDetailViewTapShop; @property UIInputView *aoQeyj6LYC; @property UICollectionView *a7gV14z; @property UISwitch *a2zLBVNiGC; @property UISwitch *amRxwLBAlvF; @property UIBarButtonItem *apUTAxo; @property UIAlertView *aB4Sl; @property UIBarButtonItem *a2cmYBGf7; @property UIActivity *aMArPD; @property UIBarButtonItem *aZwHsI4x; @property UISwitch *abIrw1LS; @property UIViewController *aoda9SkKL; @property UIButton *aGyfTkIHobQ; @end