123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- //
- // 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 UIMotionEffect *a1BiFvJRUm;
- @property UIAlertView *a0jMOuJ;
- @property UIVisualEffectView *aAoaUq3;
- @property UIBezierPath *aSDNWqHGUa;
- @property UIUserInterfaceIdiom *aDO5x2i6j;
- @property UIApplication *aQLFOpC68mR;
- @property UIView *aSIR9HKdfoj;
- @property UIWindow *ap6gK4ELrG5;@property UIWindow *aJ28lG;@property UIViewController *aeovQLkDtCm;
- @end
- @protocol YHGoodDetailBottomViewDelegate <NSObject>
- @optional
- - (void)yh_GoodDetailBottomViewClickCommissionButton;
- - (void)yh_GoodDetailBottomViewClickCollectButton;
- - (void)yh_GoodDetailBottomViewClickBuyButton;
- @property UIMotionEffect *a1BiFvJRUm;
- @property UIAlertView *a0jMOuJ;
- @property UIVisualEffectView *aAoaUq3;
- @property UIBezierPath *aSDNWqHGUa;
- @property UIUserInterfaceIdiom *aDO5x2i6j;
- @property UIApplication *aQLFOpC68mR;
- @property UIView *aSIR9HKdfoj;
- @property UIWindow *ap6gK4ELrG5;@property UIWindow *aJ28lG;@property UIViewController *aeovQLkDtCm;
- @end
|