YOUPAINIMGrowingInternalTextView.h 313 B

123456789101112131415
  1. //
  2. // YOUPAINIMGrowingInternalTextView.h
  3. // NIMKit
  4. //
  5. // Created by chris on 16/3/27.
  6. // Copyright © 2016年 Netease. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface YOUPAINIMGrowingInternalTextView : UITextView
  10. @property (nonatomic,strong) NSAttributedString *placeholderAttributedText;
  11. @end