MyTextView.h 304 B

1234567891011121314151617
  1. //
  2. // MyTextView.h
  3. // YBVideo
  4. //
  5. // Created by YunBao on 2018/6/25.
  6. // Copyright © 2018年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface MyTextView : UITextView
  10. @property (nonatomic, retain) NSString *placeholder;
  11. @property (nonatomic, retain) UIColor *placeholderColor;
  12. @end