| 1234567891011121314151617 |
- //
- // MyTextView.h
- // YBVideo
- //
- // Created by YunBao on 2018/6/25.
- // Copyright © 2018年 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface MyTextView : UITextView
- @property (nonatomic, retain) NSString *placeholder;
- @property (nonatomic, retain) UIColor *placeholderColor;
- @end
|