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