diff options
author | Vitaly Takmazov | 2014-02-03 16:51:47 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2014-02-03 16:51:47 +0400 |
commit | 57c8c45a4730fe7c980b8b7eadf94ca60b97db43 (patch) | |
tree | 162041af6bd2f3d8f383cf9842a356c07068f04c /Juick/MessagesViewController.h | |
parent | 4fd723c665a2b828447fcc9476c752803f76ea35 (diff) |
Still fighting with scroll :(
Diffstat (limited to 'Juick/MessagesViewController.h')
-rw-r--r-- | Juick/MessagesViewController.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <UIKit/UIKit.h> +#import "SVPullToRefresh.h" @interface MessagesViewController : UITableViewController<UISplitViewControllerDelegate> - (void)loadFromPath:(NSString *)messagesPath withParams:(NSDictionary *)params withTitle:(NSString *)title; -- (void) refreshData:(UIRefreshControl *)refresh; +- (void) refreshData; - (void) composePressed; @end |