// // TLSLiveTextView.h // tls // // Created by 张灿 on 2017/4/24. // Copyright © 2017年 tianlishe. All rights reserved. // #import @interface ZCLiveTextView : UIView @property (nonatomic, copy) NSString *placeholder; @property (nonatomic, strong) UIColor *placeholderColor; @property (nonatomic, strong) UIColor *timeoutAlertColor; @property (nonatomic,assign)NSInteger textLength; @property (nonatomic, weak) UITextView *textView; - (instancetype)initWithFrame:(CGRect)frame TopMargin:(CGFloat)topMargin LeftMargin:(CGFloat)leftMargin; @end