// // KDPUserInfoListCell.h // KuDianProject // // Created by 学丽 on 2019/7/9. // Copyright © 2019 KDP. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface KDPUserInfoListCell : UITableViewCell @property(nonatomic,strong)UIImageView *iconImgV; @property(nonatomic,strong)UILabel *contentLabel; @property(nonatomic,strong)UILabel *nickLabel; @end NS_ASSUME_NONNULL_END