/************************************************************ * * HyphenateChat CONFIDENTIAL * __________________ * Copyright (C) 2016 HyphenateChat Inc. All rights reserved. * * NOTICE: All information contained herein is, and remains * the property of HyphenateChat Inc. * Dissemination of this information or reproduction of this material * is strictly forbidden unless prior written permission is obtained * from HyphenateChat Inc. */ #import @interface EaseTextView : UITextView @property(strong, nonatomic) NSString *placeHolder; @property(strong, nonatomic) UIColor *placeHolderColor; @end