一折买app------返利---------返利宝

YZMAGoodDetailView.h 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. //
  2. // YZMAGoodDetailView.h
  3. // YouHuiProject
  4. //
  5. // Created by xiaoxi on 2018/1/25.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class YZMAGoodDetailModel;
  10. @protocol YHGoodDetailViewDelegate;
  11. @interface YZMAGoodDetailView : UIView
  12. @property (nonatomic, weak) id<YHGoodDetailViewDelegate> delegate;
  13. @property (nonatomic, strong) YZMAGoodDetailModel *goodModel;
  14. @property UIViewController *as9r275LwkY;
  15. @property UIBarButtonItem *aGUrZA;
  16. @property UIColor *aSGWoATw;
  17. @property UIControl *a6Xgtuk4;
  18. @property UILabel *aA8el7TyUON;
  19. @property UIControl *aeyoqVj;
  20. @property UIActivity *a0orbNdlxO;
  21. @property UIColor *aDlHmI1;
  22. @property UIControlEvents *agC2V0pt;
  23. @property UIBezierPath *apBAr;
  24. @property UIControlEvents *aHocqYs2tde;
  25. @end
  26. @protocol YHGoodDetailViewDelegate <NSObject>
  27. @optional
  28. - (void)yh_GoodDetailViewTapCoupon;
  29. - (void)yh_GoodDetailViewTapShop;
  30. @property UIViewController *as9r275LwkY;
  31. @property UIBarButtonItem *aGUrZA;
  32. @property UIColor *aSGWoATw;
  33. @property UIControl *a6Xgtuk4;
  34. @property UILabel *aA8el7TyUON;
  35. @property UIControl *aeyoqVj;
  36. @property UIActivity *a0orbNdlxO;
  37. @property UIColor *aDlHmI1;
  38. @property UIControlEvents *agC2V0pt;
  39. @property UIBezierPath *apBAr;
  40. @property UIControlEvents *aHocqYs2tde;
  41. @end