// // applyCell.h // jiaPei // // Created by apple on 16/1/22. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface applyCell : UITableViewCell @property (nonatomic, retain) UITextField *detailField; @property (nonatomic, retain) UILabel *titLabel; @end