// // MyTextField.h // YBVideo // // Created by Rookie on 2017/8/19. // Copyright © 2017年 cat. All rights reserved. // #import <UIKit/UIKit.h> @interface MyTextField : UITextField @property (nonatomic,strong) UIColor *placeCol; @end