diff options
author | Vitaly Takmazov | 2023-05-13 18:23:02 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-05-14 01:15:35 +0300 |
commit | 7bb21424f0e764ab0d7a535be916fa93001feefa (patch) | |
tree | 021fd084a7df12bb5dda5d64d6e8b81ae7881f06 /Juick/ViewControllers | |
parent | 312afec3c4fd7f0f51c82c6dc067bc5c89a4c453 (diff) |
QuoteView conversion
Diffstat (limited to 'Juick/ViewControllers')
-rw-r--r-- | Juick/ViewControllers/NewPostViewController.m | 3 |
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"; |