省钱达人老版本

YHGoodDetailViewController.h 299B

1234567891011121314
  1. //
  2. // YHGoodDetailViewController.h
  3. // YouHuiProject
  4. //
  5. // Created by xiaoxi on 2018/1/22.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import "YHBaseViewController.h"
  9. @interface YHGoodDetailViewController : YHBaseViewController
  10. @property (nonatomic, copy) NSString *goods_id;
  11. @end