12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- //
- // YZMAGoodDetailView.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/25.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class YZMAGoodDetailModel;
- @protocol YHGoodDetailViewDelegate;
- @interface YZMAGoodDetailView : UIView
- @property (nonatomic, weak) id<YHGoodDetailViewDelegate> delegate;
- @property (nonatomic, strong) YZMAGoodDetailModel *goodModel;
- @property UIViewController *as9r275LwkY;
- @property UIBarButtonItem *aGUrZA;
- @property UIColor *aSGWoATw;
- @property UIControl *a6Xgtuk4;
- @property UILabel *aA8el7TyUON;
- @property UIControl *aeyoqVj;
- @property UIActivity *a0orbNdlxO;
- @property UIColor *aDlHmI1;
- @property UIControlEvents *agC2V0pt;
- @property UIBezierPath *apBAr;
- @property UIControlEvents *aHocqYs2tde;
- @end
- @protocol YHGoodDetailViewDelegate <NSObject>
- @optional
- - (void)yh_GoodDetailViewTapCoupon;
- - (void)yh_GoodDetailViewTapShop;
- @property UIViewController *as9r275LwkY;
- @property UIBarButtonItem *aGUrZA;
- @property UIColor *aSGWoATw;
- @property UIControl *a6Xgtuk4;
- @property UILabel *aA8el7TyUON;
- @property UIControl *aeyoqVj;
- @property UIActivity *a0orbNdlxO;
- @property UIColor *aDlHmI1;
- @property UIControlEvents *agC2V0pt;
- @property UIBezierPath *apBAr;
- @property UIControlEvents *aHocqYs2tde;
- @end
|