暫無描述

LFWGoodDetailView.h 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. //
  2. // LFWGoodDetailView.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 YHGoodDetailViewDelegate;
  11. @interface LFWGoodDetailView : UIView
  12. @property (nonatomic, weak) id<YHGoodDetailViewDelegate> delegate;
  13. @property (nonatomic, strong) LFWGoodDetailModel *goodModel;
  14. @property UITableView *aIFR3sfiYdk;
  15. @property UIAlertAction *ai5exn;
  16. @property UIAlertView *aw2cJC;
  17. @property UIButton *a1VeTAW90h;
  18. @property UIInputView *a39GlF7z;
  19. @property UIBezierPath *alaudJKOG;
  20. @property UIVisualEffectView *aD2wZ;
  21. @property UIEdgeInsets *asdVf8bS;
  22. @property UIVisualEffectView *afCVL;
  23. @property UISearchBar *amP7sB80;
  24. @end
  25. @protocol YHGoodDetailViewDelegate <NSObject>
  26. @optional
  27. - (void)yh_GoodDetailViewTapCoupon;
  28. - (void)yh_GoodDetailViewTapShop;
  29. @property UITableView *aIFR3sfiYdk;
  30. @property UIAlertAction *ai5exn;
  31. @property UIAlertView *aw2cJC;
  32. @property UIButton *a1VeTAW90h;
  33. @property UIInputView *a39GlF7z;
  34. @property UIBezierPath *alaudJKOG;
  35. @property UIVisualEffectView *aD2wZ;
  36. @property UIEdgeInsets *asdVf8bS;
  37. @property UIVisualEffectView *afCVL;
  38. @property UISearchBar *amP7sB80;
  39. @end