//// ICRPlaceholderTextView.h// Cruiser//// Created by Lili Wang on 15/4/7.// Copyright (c) 2015年 Xummer. All rights reserved.//#import <UIKit/UIKit.h>@interfaceICRPlaceholderTextView:UITextView@property(strong,nonatomic)NSString*m_placeHolder;@property(strong,nonatomic)UIColor*m_realTextColorUI_APPEARANCE_SELECTOR;@property(strong,nonatomic)UIColor*m_placeholderColorUI_APPEARANCE_SELECTOR;@end