- //
- // LoginTextFiledCell.h
- // RA Image
- //
- // Created by Jack on 2017/4/27.
- // Copyright © 2017年 USAI. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface LoginTextFiledCell : UITableViewCell
- @property (strong, nonatomic) IBOutlet UITextField *textBox;
- @end
|