summaryrefslogtreecommitdiff
path: root/Juick/MessagesViewController.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-11-07 14:06:59 +0400
committerGravatar Vitaly Takmazov2013-11-07 14:06:59 +0400
commit508ba6b17f37e60af73fe5e5168b3d0b88ddd085 (patch)
treed4f8f269b95bf7232d09521c02e7920b238a9835 /Juick/MessagesViewController.h
parentff23c4eb5d382d25c2e4779e0ea8f4b724651105 (diff)
using RestKit
Diffstat (limited to 'Juick/MessagesViewController.h')
-rw-r--r--Juick/MessagesViewController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/MessagesViewController.h b/Juick/MessagesViewController.h
index 3e6af7e..e3391db 100644
--- a/Juick/MessagesViewController.h
+++ b/Juick/MessagesViewController.h
@@ -7,6 +7,7 @@
//
#import <UIKit/UIKit.h>
+#import "NSString+HTML.h"
@interface MessagesViewController : UITableViewController<UISplitViewControllerDelegate>
- (void)loadFromURL:(NSURL *)messagesURL withTitle:(NSString *)title;