From dbab6ab54c40a016f75e75a4143576c3fa41c3e0 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 1 Oct 2019 17:29:46 +0300 Subject: Drop AFNetworking and SSKeychain --- Juick/ViewControllers/NewPostViewController.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Juick/ViewControllers/NewPostViewController.h') diff --git a/Juick/ViewControllers/NewPostViewController.h b/Juick/ViewControllers/NewPostViewController.h index 7a1dfac..05e3c73 100644 --- a/Juick/ViewControllers/NewPostViewController.h +++ b/Juick/ViewControllers/NewPostViewController.h @@ -9,6 +9,9 @@ #import #import "Message.h" +extern NSString * const NewMessageNotificationName; +extern NSString * const ReplyPostedNotificationName; + @interface NewPostViewController : UIViewController @property (weak, nonatomic) IBOutlet UITextView *textView; @property (weak, nonatomic) IBOutlet NSLayoutConstraint *bottomConstraint; -- cgit v1.2.3