1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- //
- // LFWGoodDetailBottomView.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/25.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class LFWGoodDetailModel;
- @protocol YHGoodDetailBottomViewDelegate;
- @interface LFWGoodDetailBottomView : UIView
- @property (nonatomic, weak) id<YHGoodDetailBottomViewDelegate> delegate;
- @property (nonatomic, strong) LFWGoodDetailModel *goodModel;
- @property (nonatomic, strong) UIButton *shopButton;
- @property (nonatomic, strong) UIButton *collectButton;
- @property (nonatomic, strong) UIButton *buyButton;
- @property UIDevice *a7t46vILMJ;
- @property UIFont *aBEOrGJ6Uaf;
- @property UICollectionView *aHfYGPkmAe4;
- @property UIEvent *adY0p;
- @property UIFont *aphLyo;
- @property UIButton *aN7UR6c;
- @property UIKeyCommand *aw4pB;
- @property UILabel *aHbQY;
- @property UIInputView *aNrLJ6ea;
- @property UIBezierPath *aryZE;
- @property UIInputView *a1vc8WGeFO;
- @end
- @protocol YHGoodDetailBottomViewDelegate <NSObject>
- @optional
- - (void)yh_GoodDetailBottomViewClickShopButton;
- - (void)yh_GoodDetailBottomViewClickCollectButton;
- - (void)yh_GoodDetailBottomViewClickBuyButton;
- @property UIDevice *a7t46vILMJ;
- @property UIFont *aBEOrGJ6Uaf;
- @property UICollectionView *aHfYGPkmAe4;
- @property UIEvent *adY0p;
- @property UIFont *aphLyo;
- @property UIButton *aN7UR6c;
- @property UIKeyCommand *aw4pB;
- @property UILabel *aHbQY;
- @property UIInputView *aNrLJ6ea;
- @property UIBezierPath *aryZE;
- @property UIInputView *a1vc8WGeFO;
- @end
|