From 57c8c45a4730fe7c980b8b7eadf94ca60b97db43 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 3 Feb 2014 16:51:47 +0400 Subject: Still fighting with scroll :( --- Juick/MessagesViewController.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Juick/MessagesViewController.h') diff --git a/Juick/MessagesViewController.h b/Juick/MessagesViewController.h index bbf4a7e..b0c6a7f 100644 --- a/Juick/MessagesViewController.h +++ b/Juick/MessagesViewController.h @@ -7,9 +7,10 @@ // #import +#import "SVPullToRefresh.h" @interface MessagesViewController : UITableViewController - (void)loadFromPath:(NSString *)messagesPath withParams:(NSDictionary *)params withTitle:(NSString *)title; -- (void) refreshData:(UIRefreshControl *)refresh; +- (void) refreshData; - (void) composePressed; @end -- cgit v1.2.3