UITextView+NTES.h 353 B

1234567891011121314151617
  1. //
  2. // UITextView+NTES.h
  3. // NIM
  4. //
  5. // Created by chris on 2018/3/20.
  6. // Copyright © 2018年 Netease. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UITextView (NTES)
  10. @property (nonatomic, strong) NSString* placeholder;
  11. @property (nonatomic, strong) UILabel * placeholderLabel;
  12. @property (nonatomic, strong) NSString* textValue;
  13. @end