summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/MessagesViewController.h
blob: 38123bddeb78816e9c040017636ad4c5a804b85e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  MasterViewController.h
//  Juick
//
//  Created by Vitaly Takmazov on 26.10.13.
//  Copyright (c) 2013 com.juick. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface MessagesViewController : UITableViewController<UISplitViewControllerDelegate>
- (void)loadFromPath:(NSString *)messagesPath withParams:(NSDictionary *)params withTitle:(NSString *)title;
- (void) refreshData;
- (void) composePressed;
@end