// // AddCommodityVC.h // yunbaolive // // Created by ybRRR on 2020/2/24. // Copyright © 2020 cat. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface AddCommodityVC : YBBaseViewController @property (nonatomic, strong)NSString *fromWhere; @property (nonatomic, strong)NSString *goodsID; @end NS_ASSUME_NONNULL_END