MyTextField.h 244 B

123456789101112131415
  1. //
  2. // MyTextField.h
  3. // YBVideo
  4. //
  5. // Created by Rookie on 2017/8/19.
  6. // Copyright © 2017年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface MyTextField : UITextField
  10. @property (nonatomic,strong) UIColor *placeCol;
  11. @end