diff options
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; |