| 12345678910111213141516171819202122 |
- //
- // CommodityDetailVC.h
- // yunbaolive
- //
- // Created by ybRRR on 2020/3/2.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface CommodityDetailVC : YBBaseViewController
- @property (nonatomic,strong) NSString *goodsID;
- @property (nonatomic,strong) NSString *fromWhere;
- @property (nonatomic,strong) NSString *backTags;
- @property (nonatomic,strong) NSString *liveUid;
- @property (nonatomic,strong) NSString *shareuid;
- @end
- NS_ASSUME_NONNULL_END
|