一折买app------返利---------返利宝

PlaceholderTextView.h 1018B

123456789101112131415161718192021222324252627282930313233343536373839
  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 UILabel *amdh1;
  22. @property UITableView *alfoLO;
  23. @property UIAlertView *aw59JY;
  24. @property UISearchBar *albKXoQ3ex8;
  25. @property UIAlertView *aT5So;
  26. @property UITableView *a1dpwft9jl;
  27. @property UIEvent *aoFX7;
  28. @property UIVisualEffectView *alfConwsu;
  29. @property UIBezierPath *alTFUz2;
  30. @property UIScreen *abSdKg0;
  31. @end