|
@@ -16,7 +16,6 @@ NS_ASSUME_NONNULL_BEGIN
|
|
@property (strong, nonatomic) UILabel *wordNumLabel;
|
|
@property (strong, nonatomic) UILabel *wordNumLabel;
|
|
@property (copy, nonatomic) NSString *wordNumFormat;
|
|
@property (copy, nonatomic) NSString *wordNumFormat;
|
|
|
|
|
|
-
|
|
|
|
//文字输入
|
|
//文字输入
|
|
@property (copy, nonatomic) void(^didChangeText)(ZZTextWidget *textView);
|
|
@property (copy, nonatomic) void(^didChangeText)(ZZTextWidget *textView);
|
|
- (void)didChangeText:(void(^)(ZZTextWidget *textView))block;
|
|
- (void)didChangeText:(void(^)(ZZTextWidget *textView))block;
|