lookVGoodsDView.h 516 B

123456789101112131415161718192021
  1. //
  2. // lookVGoodsDView.h
  3. // YBVideo
  4. //
  5. // Created by IOS1 on 2019/7/8.
  6. // Copyright © 2019 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface lookVGoodsDView : UIView
  11. -(instancetype)initWithGoodsMsg:(NSDictionary *)dic;
  12. @property (nonatomic,strong) NSString *videoid; //废弃--->改为 goodsid
  13. @property(nonatomic,strong)NSString *goodsID; //商品id
  14. @property(nonatomic,strong)NSString *videoUid; //视频作者id
  15. @end
  16. NS_ASSUME_NONNULL_END