DSCGDImageTableViewCell.h
306 Bytes
//
// DSCGDImageTableViewCell.h
// DSCnliveShopSDK
//
// Created by zhaolin on 2018/12/12.
//
#import <DSBaseModule/DSBaseModule.h>
NS_ASSUME_NONNULL_BEGIN
@interface DSCGDImageTableViewCell : DSTableViewCell
@property (nonatomic,strong) DSImageView * displayImageView;
@end
NS_ASSUME_NONNULL_END