summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/NewPostViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/ViewControllers/NewPostViewController.h')
-rw-r--r--Juick/ViewControllers/NewPostViewController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/ViewControllers/NewPostViewController.h b/Juick/ViewControllers/NewPostViewController.h
index 05e3c73..9d1297c 100644
--- a/Juick/ViewControllers/NewPostViewController.h
+++ b/Juick/ViewControllers/NewPostViewController.h
@@ -12,7 +12,7 @@
extern NSString * const NewMessageNotificationName;
extern NSString * const ReplyPostedNotificationName;
-@interface NewPostViewController : UIViewController
+@interface NewPostViewController : UIViewController<UITextViewDelegate>
@property (weak, nonatomic) IBOutlet UITextView *textView;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *bottomConstraint;