summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/MessagesViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/ViewControllers/MessagesViewController.h')
-rw-r--r--Juick/ViewControllers/MessagesViewController.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Juick/ViewControllers/MessagesViewController.h b/Juick/ViewControllers/MessagesViewController.h
index 3dac200..fc3545a 100644
--- a/Juick/ViewControllers/MessagesViewController.h
+++ b/Juick/ViewControllers/MessagesViewController.h
@@ -7,9 +7,10 @@
//
#import <UIKit/UIKit.h>
+@import PHFComposeBarView;
@interface MessagesViewController : UITableViewController<PHFComposeBarViewDelegate>
-- (void)loadFromPath:(NSString *)messagesPath withParams:(NSDictionary *)params withTitle:(NSString *)title;
+@property(nonatomic, strong) NSString *path;
+@property(nonatomic, strong) NSMutableDictionary *params;
- (void) refreshData;
-- (void) composePressed;
@end