summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/NewPostViewController.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2021-02-10 19:42:20 +0300
committerGravatar Vitaly Takmazov2021-02-10 19:47:34 +0300
commit7a969d40babccbb8bdddb254d03e74c638b354a8 (patch)
treea464df11e7d001e03ce78a2dab34d585085fe986 /Juick/ViewControllers/NewPostViewController.m
parent2a122f9cddfd1759407bb115edbc9323035124ab (diff)
Fix NSDictionary deserialization warnings
* added test target with deserialization test
Diffstat (limited to 'Juick/ViewControllers/NewPostViewController.m')
-rw-r--r--Juick/ViewControllers/NewPostViewController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/ViewControllers/NewPostViewController.m b/Juick/ViewControllers/NewPostViewController.m
index 990410b..03a27e3 100644
--- a/Juick/ViewControllers/NewPostViewController.m
+++ b/Juick/ViewControllers/NewPostViewController.m
@@ -9,6 +9,7 @@
#import "NewPostViewController.h"
#import "MessagesViewController.h"
#import "QuoteView.h"
+#import "User+UIView.h"
NSString * const NewMessageNotificationName = @"NewMessage";
NSString * const ReplyPostedNotificationName = @"ReplyPosted";