SignTableCell.h 413 B

123456789101112131415161718192021222324
  1. //
  2. // SignTableCell.h
  3. // jiaPei
  4. //
  5. // Created by apple on 16/4/6.
  6. // Copyright © 2016年 JCZ. All rights reserved.
  7. //
  8. //弃用 delete
  9. #import <UIKit/UIKit.h>
  10. @interface SignTableCell : UITableViewCell
  11. @property (nonatomic, retain) UILabel *label1;
  12. @property (nonatomic, retain) UILabel *label2;
  13. @property (nonatomic, retain) UILabel *label3;
  14. @property (nonatomic, retain) UIImageView *headImg;
  15. @end