两折买改口袋样式

LZMGoodDetailBottomView.h 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 UIMotionEffect *a1BiFvJRUm;
  19. @property UIAlertView *a0jMOuJ;
  20. @property UIVisualEffectView *aAoaUq3;
  21. @property UIBezierPath *aSDNWqHGUa;
  22. @property UIUserInterfaceIdiom *aDO5x2i6j;
  23. @property UIApplication *aQLFOpC68mR;
  24. @property UIView *aSIR9HKdfoj;
  25. @property UIWindow *ap6gK4ELrG5;@property UIWindow *aJ28lG;@property UIViewController *aeovQLkDtCm;
  26. @end
  27. @protocol YHGoodDetailBottomViewDelegate <NSObject>
  28. @optional
  29. - (void)yh_GoodDetailBottomViewClickCommissionButton;
  30. - (void)yh_GoodDetailBottomViewClickCollectButton;
  31. - (void)yh_GoodDetailBottomViewClickBuyButton;
  32. @property UIMotionEffect *a1BiFvJRUm;
  33. @property UIAlertView *a0jMOuJ;
  34. @property UIVisualEffectView *aAoaUq3;
  35. @property UIBezierPath *aSDNWqHGUa;
  36. @property UIUserInterfaceIdiom *aDO5x2i6j;
  37. @property UIApplication *aQLFOpC68mR;
  38. @property UIView *aSIR9HKdfoj;
  39. @property UIWindow *ap6gK4ELrG5;@property UIWindow *aJ28lG;@property UIViewController *aeovQLkDtCm;
  40. @end