EaseTextView.h 645 B

1234567891011121314151617181920
  1. /************************************************************
  2. * * HyphenateChat CONFIDENTIAL
  3. * __________________
  4. * Copyright (C) 2016 HyphenateChat Inc. All rights reserved.
  5. *
  6. * NOTICE: All information contained herein is, and remains
  7. * the property of HyphenateChat Inc.
  8. * Dissemination of this information or reproduction of this material
  9. * is strictly forbidden unless prior written permission is obtained
  10. * from HyphenateChat Inc.
  11. */
  12. #import <UIKit/UIKit.h>
  13. @interface EaseTextView : UITextView
  14. @property(strong, nonatomic) NSString *placeHolder;
  15. @property(strong, nonatomic) UIColor *placeHolderColor;
  16. @end