From a5c35479e144eef8bea9f80a10dfeb7a860763f1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 3 Oct 2019 15:16:18 +0300 Subject: Drop PHFComposeBarView --- Juick/ViewControllers/ChatViewController.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Juick/ViewControllers/ChatViewController.h') diff --git a/Juick/ViewControllers/ChatViewController.h b/Juick/ViewControllers/ChatViewController.h index 4a5133a..bfd63e7 100644 --- a/Juick/ViewControllers/ChatViewController.h +++ b/Juick/ViewControllers/ChatViewController.h @@ -8,8 +8,9 @@ #import #import "User.h" +#import "MessageInputView.h" -@interface ChatViewController : UITableViewController +@interface ChatViewController : UITableViewController @property(nonatomic, strong) NSMutableArray *messages; @property(nonatomic, strong) NSString *uname; -- cgit v1.2.3