// // YHGoodDetailViewController.h // YouHuiProject // // Created by xiaoxi on 2018/1/22. // Copyright © 2018年 kuxuan. All rights reserved. // #import "YHBaseViewController.h" @interface YHGoodDetailViewController : YHBaseViewController @property (nonatomic, copy) NSString *goods_id; @end