From da8de6ead2734c1fa924f9738ff4e8297cae8a24 Mon Sep 17 00:00:00 2001 From: muer2000 Date: Mon, 13 Jan 2014 11:38:44 +0800 Subject: [PATCH] add deleteBackward and insertText method add deleteBackward and insertText method --- class/HPGrowingTextView.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/class/HPGrowingTextView.h b/class/HPGrowingTextView.h index 8b343c5..e16126b 100644 --- a/class/HPGrowingTextView.h +++ b/class/HPGrowingTextView.h @@ -123,4 +123,6 @@ // call to force a height change (e.g. after you change max/min lines) - (void)refreshHeight; +- (void)deleteBackward; +- (void)insertText:(NSString *)text; @end