// // GoodsEvaluationListVC.h // yunbaolive // // Created by ybRRR on 2020/3/27. // Copyright © 2020 cat. All rights reserved. // #import "YBBaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface GoodsEvaluationListVC : YBBaseViewController @property (nonatomic, strong)NSString *goodsIDStr; @end NS_ASSUME_NONNULL_END