两折卖----返利app-----返利圈

LZMGoodDetailBottomView.h 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. //
  2. // LZMGoodDetailBottomView.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 LZMGoodDetailModel;
  10. @protocol YHGoodDetailBottomViewDelegate;
  11. @interface LZMGoodDetailBottomView : UIView
  12. @property (nonatomic, weak) id<YHGoodDetailBottomViewDelegate> delegate;
  13. @property (nonatomic, strong) LZMGoodDetailModel *goodModel;
  14. @property (nonatomic, strong) UIButton *shopButton;
  15. @property (nonatomic, strong) UIButton *collectButton;
  16. @property (nonatomic, strong) UIButton *commissionButton;
  17. @property (nonatomic, strong) UIButton *buyButton;
  18. @property UIButton *akJH7M;
  19. @property UIUserInterfaceIdiom *a2I0Xpoyd;
  20. @property UIVisualEffectView *aJZPK;
  21. @property UIBarButtonItem *aBoKlc;
  22. @property UIDevice *akhuW1sPR;
  23. @property UIDocument *aabPBMjVJ;
  24. @property UIEvent *a0eFAWtj7pP;
  25. @property UIControl *alUhi2;
  26. @property UIWindow *a2C6G;@property UIKeyCommand *ajhL2B6G8W;
  27. @property UIView *aPi2lTjNXS9;
  28. @property UIButton *afYecLlO;
  29. @property UIBezierPath *a6y4ADilv3u;
  30. @end
  31. @protocol YHGoodDetailBottomViewDelegate <NSObject>
  32. @optional
  33. - (void)yh_GoodDetailBottomViewClickCommissionButton;
  34. - (void)yh_GoodDetailBottomViewClickCollectButton;
  35. - (void)yh_GoodDetailBottomViewClickBuyButton;
  36. @property UIButton *akJH7M;
  37. @property UIUserInterfaceIdiom *a2I0Xpoyd;
  38. @property UIVisualEffectView *aJZPK;
  39. @property UIBarButtonItem *aBoKlc;
  40. @property UIDevice *akhuW1sPR;
  41. @property UIDocument *aabPBMjVJ;
  42. @property UIEvent *a0eFAWtj7pP;
  43. @property UIControl *alUhi2;
  44. @property UIWindow *a2C6G;@property UIKeyCommand *ajhL2B6G8W;
  45. @property UIView *aPi2lTjNXS9;
  46. @property UIButton *afYecLlO;
  47. @property UIBezierPath *a6y4ADilv3u;
  48. @end