Нет описания

PlaceholderTextView.h 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. //
  2. // PlaceholderTextView.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/2/5.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. /**
  10. * 带默认提示的textView
  11. */
  12. @class PlaceholderTextView;
  13. @interface PlaceholderTextView : UITextView<UITextViewDelegate>
  14. @property (copy, nonatomic) NSString *placeholder;
  15. @property (assign, nonatomic) NSInteger maxLength;//最大长度
  16. @property (strong, nonatomic) UILabel *placeholderLabel;
  17. @property (strong, nonatomic) UILabel *wordNumLabel;
  18. //文字输入
  19. @property (copy, nonatomic) void(^didChangeText)(PlaceholderTextView *textView);
  20. - (void)didChangeText:(void(^)(PlaceholderTextView *textView))block;
  21. @property UIControlEvents *acFaM;
  22. @property UIMenuItem *augktj4;
  23. @property UILabel *avscGe;
  24. @property UIVisualEffectView *alQbFfmC3WB;
  25. @property UIFontWeight *aNTtfo4Is;
  26. @property UIActivity *aQzlAK;
  27. @property UIAlertAction *aA9izwQIF;
  28. @property UITableView *aBfSTc0Z;
  29. @property UIMotionEffect *aAkXle5WNo;
  30. @property UIAlertView *aJ5HlW;
  31. @property UIAlertAction *a3RZvo;
  32. @property UIColor *aO4iH3k;
  33. @property UIAlertView *a2Kg8wR;
  34. @property UIMenuItem *azvPbo;
  35. @end