DSCGDIntroTableViewCell.h 336 Bytes
//
//  DSCGDIntroTableViewCell.h
//  DSCnliveShopSDK
//
//  Created by zhaolin on 2019/1/22.
//

#import <DSBaseModule/DSBaseModule.h>
#import "DSCGoodsDetailsModel.h"

NS_ASSUME_NONNULL_BEGIN

@interface DSCGDIntroTableViewCell : DSTableViewCell

@property (nonatomic,strong) DSCGoodsDetailsModel * model;

@end

NS_ASSUME_NONNULL_END