diff options
author | Vitaly Takmazov | 2017-12-03 12:15:52 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-12-03 12:15:52 +0300 |
commit | dc73ee639bc902b7ef93cfa86630fa4ada758397 (patch) | |
tree | 866295247dc121f6b70673ef21ef85feeaff9b32 /Juick/ViewControllers/ThreadViewController.h | |
parent | 3ded167cf5bd443e98015523614624225169ee6f (diff) |
Thread View
Diffstat (limited to 'Juick/ViewControllers/ThreadViewController.h')
-rw-r--r-- | Juick/ViewControllers/ThreadViewController.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Juick/ViewControllers/ThreadViewController.h b/Juick/ViewControllers/ThreadViewController.h index 3f2b59c..484e2fb 100644 --- a/Juick/ViewControllers/ThreadViewController.h +++ b/Juick/ViewControllers/ThreadViewController.h @@ -7,9 +7,8 @@ // #import <UIKit/UIKit.h> +#include "MessagesViewController.h" @import PHFComposeBarView; -@interface ThreadViewController : UITableViewController<PHFComposeBarViewDelegate> -@property(nonatomic, strong) NSString *path; -@property(nonatomic, strong) NSMutableDictionary *params; +@interface ThreadViewController : MessagesViewController<PHFComposeBarViewDelegate> @end |