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