LoginTextFiledCell.h 276 B

12345678910111213141516
  1. //
  2. // LoginTextFiledCell.h
  3. // RA Image
  4. //
  5. // Created by Jack on 2017/4/27.
  6. // Copyright © 2017年 USAI. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface LoginTextFiledCell : UITableViewCell
  10. @property (strong, nonatomic) IBOutlet UITextField *textBox;
  11. @end