// // addressCell.h // b // // Created by kaidan on 2017/1/12. // Copyright © 2017年 kaidan. All rights reserved. // #import #import "TableCell.h" @interface messageHearderCell : baseCell /* *头像 */ @property(nonatomic,strong)UIImageView* iconImg; /* *设备名 */ @property(nonatomic,strong)UILabel* titleLab; /* *设备号码 */ @property(nonatomic,strong)UILabel* phonoeLab; @end