| 12345678910111213141516171819202122 |
- //
- // YBGoodsBriefView.h
- // YBVideo
- //
- // Created by YB007 on 2020/8/31.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #define GoodsBriefWidth _window_width*0.75 - 15
- #define GoodsBriefHeight 80
- @interface YBGoodsBriefView : UIView
- @property(nonatomic,strong)NSString *touserID;
- @property(nonatomic,strong)NSDictionary *goodsDic;
- @end
|