Aucune description

LFWGoodDetailBottomView.h 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. //
  2. // LFWGoodDetailBottomView.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 LFWGoodDetailModel;
  10. @protocol YHGoodDetailBottomViewDelegate;
  11. @interface LFWGoodDetailBottomView : UIView
  12. @property (nonatomic, weak) id<YHGoodDetailBottomViewDelegate> delegate;
  13. @property (nonatomic, strong) LFWGoodDetailModel *goodModel;
  14. @property (nonatomic, strong) UIButton *shopButton;
  15. @property (nonatomic, strong) UIButton *collectButton;
  16. @property (nonatomic, strong) UIButton *buyButton;
  17. @property UIDevice *a7t46vILMJ;
  18. @property UIFont *aBEOrGJ6Uaf;
  19. @property UICollectionView *aHfYGPkmAe4;
  20. @property UIEvent *adY0p;
  21. @property UIFont *aphLyo;
  22. @property UIButton *aN7UR6c;
  23. @property UIKeyCommand *aw4pB;
  24. @property UILabel *aHbQY;
  25. @property UIInputView *aNrLJ6ea;
  26. @property UIBezierPath *aryZE;
  27. @property UIInputView *a1vc8WGeFO;
  28. @end
  29. @protocol YHGoodDetailBottomViewDelegate <NSObject>
  30. @optional
  31. - (void)yh_GoodDetailBottomViewClickShopButton;
  32. - (void)yh_GoodDetailBottomViewClickCollectButton;
  33. - (void)yh_GoodDetailBottomViewClickBuyButton;
  34. @property UIDevice *a7t46vILMJ;
  35. @property UIFont *aBEOrGJ6Uaf;
  36. @property UICollectionView *aHfYGPkmAe4;
  37. @property UIEvent *adY0p;
  38. @property UIFont *aphLyo;
  39. @property UIButton *aN7UR6c;
  40. @property UIKeyCommand *aw4pB;
  41. @property UILabel *aHbQY;
  42. @property UIInputView *aNrLJ6ea;
  43. @property UIBezierPath *aryZE;
  44. @property UIInputView *a1vc8WGeFO;
  45. @end