12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- //
- // PlaceholderTextView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/2/5.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- /**
- * 带默认提示的textView
- */
- @class PlaceholderTextView;
- @interface PlaceholderTextView : UITextView<UITextViewDelegate>
- @property (copy, nonatomic) NSString *placeholder;
- @property (assign, nonatomic) NSInteger maxLength;//最大长度
- @property (strong, nonatomic) UILabel *placeholderLabel;
- @property (strong, nonatomic) UILabel *wordNumLabel;
- //文字输入
- @property (copy, nonatomic) void(^didChangeText)(PlaceholderTextView *textView);
- - (void)didChangeText:(void(^)(PlaceholderTextView *textView))block;
- @property UIControlEvents *acFaM;
- @property UIMenuItem *augktj4;
- @property UILabel *avscGe;
- @property UIVisualEffectView *alQbFfmC3WB;
- @property UIFontWeight *aNTtfo4Is;
- @property UIActivity *aQzlAK;
- @property UIAlertAction *aA9izwQIF;
- @property UITableView *aBfSTc0Z;
- @property UIMotionEffect *aAkXle5WNo;
- @property UIAlertView *aJ5HlW;
- @property UIAlertAction *a3RZvo;
- @property UIColor *aO4iH3k;
- @property UIAlertView *a2Kg8wR;
- @property UIMenuItem *azvPbo;
- @end
|