summaryrefslogtreecommitdiff
path: root/Juick/MessagesViewController.h
blob: 3e6af7ea9b5dfe2e542f2e5f6d241c02531e4911 (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)loadFromURL:(NSURL *)messagesURL withTitle:(NSString *)title;
- (void) refreshData:(UIRefreshControl *)refresh;
- (void) composePressed;
@end