// // YOUPAINIMGrowingInternalTextView.h // NIMKit // // Created by chris on 16/3/27. // Copyright © 2016年 Netease. All rights reserved. // #import @interface YOUPAINIMGrowingInternalTextView : UITextView @property (nonatomic,strong) NSAttributedString *placeholderAttributedText; @end