diff options
author | Vitaly Takmazov | 2019-10-03 15:16:18 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-10-03 15:16:18 +0300 |
commit | a5c35479e144eef8bea9f80a10dfeb7a860763f1 (patch) | |
tree | 1fa25fd810b07cd72ffd93880206fb08c78da96d /Juick/ViewControllers/ChatViewController.h | |
parent | 19675633bce3dc7f7e4ff9712eff3938065e868c (diff) |
Drop PHFComposeBarView
Diffstat (limited to 'Juick/ViewControllers/ChatViewController.h')
-rw-r--r-- | Juick/ViewControllers/ChatViewController.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <UIKit/UIKit.h> #import "User.h" +#import "MessageInputView.h" -@interface ChatViewController : UITableViewController<PHFComposeBarViewDelegate> +@interface ChatViewController : UITableViewController<MessageInputDelegate> @property(nonatomic, strong) NSMutableArray *messages; @property(nonatomic, strong) NSString *uname; |