DSCNewsTableViewCell.h
313 Bytes
//
// DSCNewsTableViewCell.h
// DSCnliveShopSDK
//
// Created by zhaolin on 2019/1/2.
//
#import <DSBaseModule/DSBaseModule.h>
#import "DSCNewsModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface DSCNewsTableViewCell : DSTableViewCell
@property (nonatomic,strong) DSCNewsModel * model;
@end
NS_ASSUME_NONNULL_END