1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- //
- // LFWGoodDetailView.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/25.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class LFWGoodDetailModel;
- @protocol YHGoodDetailViewDelegate;
- @interface LFWGoodDetailView : UIView
- @property (nonatomic, weak) id<YHGoodDetailViewDelegate> delegate;
- @property (nonatomic, strong) LFWGoodDetailModel *goodModel;
- @property UITableView *aIFR3sfiYdk;
- @property UIAlertAction *ai5exn;
- @property UIAlertView *aw2cJC;
- @property UIButton *a1VeTAW90h;
- @property UIInputView *a39GlF7z;
- @property UIBezierPath *alaudJKOG;
- @property UIVisualEffectView *aD2wZ;
- @property UIEdgeInsets *asdVf8bS;
- @property UIVisualEffectView *afCVL;
- @property UISearchBar *amP7sB80;
- @end
- @protocol YHGoodDetailViewDelegate <NSObject>
- @optional
- - (void)yh_GoodDetailViewTapCoupon;
- - (void)yh_GoodDetailViewTapShop;
- @property UITableView *aIFR3sfiYdk;
- @property UIAlertAction *ai5exn;
- @property UIAlertView *aw2cJC;
- @property UIButton *a1VeTAW90h;
- @property UIInputView *a39GlF7z;
- @property UIBezierPath *alaudJKOG;
- @property UIVisualEffectView *aD2wZ;
- @property UIEdgeInsets *asdVf8bS;
- @property UIVisualEffectView *afCVL;
- @property UISearchBar *amP7sB80;
- @end
|