// // KXMainDetailTableViewCell.h // QBCS // // Created by kuxuan on 2017/6/6. // Copyright © 2017年 kuxuan. All rights reserved. // #import @interface KXMainDetailTableViewCell : UITableViewCell @property (nonatomic,strong)UILabel *nameLabel; @property (nonatomic,strong)UILabel *contentLabel; @property (nonatomic,strong)UILabel *lineLabel; @property (nonatomic,strong)UIImageView *ImageView; @end