// // ICRPlaceholderTextView.h // Cruiser // // Created by Lili Wang on 15/4/7. // Copyright (c) 2015年 Xummer. All rights reserved. // #import @interface ICRPlaceholderTextView : UITextView @property (strong, nonatomic) NSString *m_placeHolder; @property (strong, nonatomic) UIColor *m_realTextColor UI_APPEARANCE_SELECTOR; @property (strong, nonatomic) UIColor *m_placeholderColor UI_APPEARANCE_SELECTOR; @end