// // SignTableCell.h // jiaPei // // Created by apple on 16/4/6. // Copyright © 2016年 JCZ. All rights reserved. // //弃用 delete #import @interface SignTableCell : UITableViewCell @property (nonatomic, retain) UILabel *label1; @property (nonatomic, retain) UILabel *label2; @property (nonatomic, retain) UILabel *label3; @property (nonatomic, retain) UIImageView *headImg; @end