YBGoodsBriefView.h 375 B

12345678910111213141516171819202122
  1. //
  2. // YBGoodsBriefView.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2020/8/31.
  6. // Copyright © 2020 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #define GoodsBriefWidth _window_width*0.75 - 15
  10. #define GoodsBriefHeight 80
  11. @interface YBGoodsBriefView : UIView
  12. @property(nonatomic,strong)NSString *touserID;
  13. @property(nonatomic,strong)NSDictionary *goodsDic;
  14. @end