summaryrefslogtreecommitdiff
path: root/Juick/MessagesViewController.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-08-14 04:06:34 +0300
committerGravatar Vitaly Takmazov2016-08-14 04:06:34 +0300
commit24214562b017cd45edc04c39daa343c57de16aaa (patch)
tree434898b690874485fa6a8ad3d8f75077a040a1a1 /Juick/MessagesViewController.h
parent561df6a1c494bf820c0ed7e3a5b448efd41003f2 (diff)
new infinite scroll
Diffstat (limited to 'Juick/MessagesViewController.h')
-rw-r--r--Juick/MessagesViewController.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Juick/MessagesViewController.h b/Juick/MessagesViewController.h
index b0c6a7f..38123bd 100644
--- a/Juick/MessagesViewController.h
+++ b/Juick/MessagesViewController.h
@@ -7,7 +7,6 @@
//
#import <UIKit/UIKit.h>
-#import "SVPullToRefresh.h"
@interface MessagesViewController : UITableViewController<UISplitViewControllerDelegate>
- (void)loadFromPath:(NSString *)messagesPath withParams:(NSDictionary *)params withTitle:(NSString *)title;