diff options
Diffstat (limited to 'Juick/MessagesViewController.h')
-rw-r--r-- | Juick/MessagesViewController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/MessagesViewController.h b/Juick/MessagesViewController.h index be69672..3e6af7e 100644 --- a/Juick/MessagesViewController.h +++ b/Juick/MessagesViewController.h @@ -9,7 +9,7 @@ #import <UIKit/UIKit.h> @interface MessagesViewController : UITableViewController<UISplitViewControllerDelegate> -- (id)initWithURL:(NSURL *)messagesURL; +- (void)loadFromURL:(NSURL *)messagesURL withTitle:(NSString *)title; - (void) refreshData:(UIRefreshControl *)refresh; - (void) composePressed; @end |