diff options
author | Vitaly Takmazov | 2013-11-07 03:35:52 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-11-07 03:35:52 +0400 |
commit | b3eaef8a304ce89242c649cfd0386a66e463acb2 (patch) | |
tree | c4c755a6e37e662e6d4040e219a647fd8fe2eecb /Juick/MessagesViewController.h | |
parent | 4397874170f270b0b0d0148c0909b5f1846a9ce3 (diff) |
iPad support and AppIcon
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 ceff611..a5081de 100644 --- a/Juick/MessagesViewController.h +++ b/Juick/MessagesViewController.h @@ -8,7 +8,7 @@ #import <UIKit/UIKit.h> -@interface MessagesViewController : UITableViewController +@interface MessagesViewController : UITableViewController<UISplitViewControllerDelegate> - (id)initWithURL:(NSURL *)messagesURL; - (void) refreshData:(UIRefreshControl *)refresh; @end |