diff options
author | Vitaly Takmazov | 2018-10-16 21:26:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-10-16 21:26:27 +0300 |
commit | a7cb4ab3f629b423099afad204c7ae1bf8df9677 (patch) | |
tree | c9500cae5651004a451e67cbc94e50f617564bed /Juick/ViewControllers | |
parent | 045412a5312546769f452c3b66a2bae9d44105fe (diff) |
Try without frameworks again
Diffstat (limited to 'Juick/ViewControllers')
-rw-r--r-- | Juick/ViewControllers/ChatViewController.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Juick/ViewControllers/ChatViewController.h b/Juick/ViewControllers/ChatViewController.h index 3479942..a5c5d5a 100644 --- a/Juick/ViewControllers/ChatViewController.h +++ b/Juick/ViewControllers/ChatViewController.h @@ -9,8 +9,6 @@ #import <UIKit/UIKit.h> #import "User.h" -@import PHFComposeBarView; - @interface ChatViewController : UITableViewController<PHFComposeBarViewDelegate> @property(nonatomic, strong) NSMutableArray *messages; @property(nonatomic, strong) NSString *uname; |