DSOAttentionTableViewCell.h
406 Bytes
//
// DSOAttentionTableViewCell.h
// DSCnliveShopSDK
//
// Created by zhaolin on 2019/9/4.
// Copyright © 2019 BIKE. All rights reserved.
//
#import <DSBaseControlsModule/DSBaseControlsModule.h>
#import "DSOAttentionListModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface DSOAttentionTableViewCell : DSTableViewCell
@property (nonatomic,strong) DSOAttentionListModel * model;
@end
NS_ASSUME_NONNULL_END