summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/NewPostViewController.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-05-13 18:23:02 +0300
committerGravatar Vitaly Takmazov2023-05-14 01:15:35 +0300
commit7bb21424f0e764ab0d7a535be916fa93001feefa (patch)
tree021fd084a7df12bb5dda5d64d6e8b81ae7881f06 /Juick/ViewControllers/NewPostViewController.m
parent312afec3c4fd7f0f51c82c6dc067bc5c89a4c453 (diff)
QuoteView conversion
Diffstat (limited to 'Juick/ViewControllers/NewPostViewController.m')
-rw-r--r--Juick/ViewControllers/NewPostViewController.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Juick/ViewControllers/NewPostViewController.m b/Juick/ViewControllers/NewPostViewController.m
index 18ae15b..4ab1c0b 100644
--- a/Juick/ViewControllers/NewPostViewController.m
+++ b/Juick/ViewControllers/NewPostViewController.m
@@ -8,9 +8,10 @@
#import "NewPostViewController.h"
#import "MessagesViewController.h"
-#import "QuoteView.h"
#import "User+UIView.h"
+#import "Juick-Swift.h"
+
NSString * const NewMessageNotificationName = @"NewMessage";
NSString * const ReplyPostedNotificationName = @"ReplyPosted";