//
// ProductDetailsViewController.h
// Lighting
//
// Created by 曹云霄 on 16/5/4.
// Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//
#import "BaseViewController.h"
@interface ProductDetailsViewController : BaseViewController
/**
* 商品详情tableview
*/
@property (weak, nonatomic) IBOutlet UITableView *productDetilsTableview;
/**
* 商品iD
*/
@property (nonatomic,copy) NSString *goodsID;
@end
-
曹云霄 authored419a69f8