// // KDPAccountList.h // KuDianProject // // Created by 学丽 on 2019/7/8. // Copyright © 2019 KDP. All rights reserved. // #import #import "KDPBalanceModel.h" NS_ASSUME_NONNULL_BEGIN @interface KDPAccountListCell : UITableViewCell @property(nonatomic,strong)UIImageView *iconImgV; @property(nonatomic,strong)UILabel *titleLabel; @property(nonatomic,strong)UILabel *timeLabel; @property(nonatomic,strong)UILabel *moneyLabel; @property(nonatomic,strong)UILabel *tipeLabel; @property(nonatomic,strong)KDPBalanceModel *model; @end NS_ASSUME_NONNULL_END