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