diff options
author | Vitaly Takmazov | 2018-04-08 23:17:47 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-04-08 23:17:47 +0300 |
commit | f6fed5b2374c7d847c68efccce363f9513aa2efb (patch) | |
tree | 74021a451bd5cfb1df1a7771a32dbc121a7163c6 /Juick/ViewControllers/ChatViewController.h | |
parent | 6f8855ce3b83cc50583b62b4a1960c27fdf66bb3 (diff) |
PM posts
Diffstat (limited to 'Juick/ViewControllers/ChatViewController.h')
-rw-r--r-- | Juick/ViewControllers/ChatViewController.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Juick/ViewControllers/ChatViewController.h b/Juick/ViewControllers/ChatViewController.h index 7ea8030..3479942 100644 --- a/Juick/ViewControllers/ChatViewController.h +++ b/Juick/ViewControllers/ChatViewController.h @@ -9,7 +9,9 @@ #import <UIKit/UIKit.h> #import "User.h" -@interface ChatViewController : UITableViewController +@import PHFComposeBarView; + +@interface ChatViewController : UITableViewController<PHFComposeBarViewDelegate> @property(nonatomic, strong) NSMutableArray *messages; @property(nonatomic, strong) NSString *uname; @end |