DSRSInfoThiStyleTableViewCell.h
383 Bytes
//
// DSRSInfoThiStyleTableViewCell.h
// DSCnliveShopSDK
//
// Created by zhaolin on 2019/7/12.
// Copyright © 2019 BIKE. All rights reserved.
//
#import <DSBaseModule/DSBaseModule.h>
#import "DSRSInfoModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface DSRSInfoThiStyleTableViewCell : DSTableViewCell
@property (nonatomic,strong) DSRSInfoModel * model;
@end
NS_ASSUME_NONNULL_END