summaryrefslogtreecommitdiff
path: root/Juick/MessagesViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/MessagesViewController.h')
-rw-r--r--Juick/MessagesViewController.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/Juick/MessagesViewController.h b/Juick/MessagesViewController.h
deleted file mode 100644
index 38123bd..0000000
--- a/Juick/MessagesViewController.h
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// MasterViewController.h
-// Juick
-//
-// Created by Vitaly Takmazov on 26.10.13.
-// Copyright (c) 2013 com.juick. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-
-@interface MessagesViewController : UITableViewController<UISplitViewControllerDelegate>
-- (void)loadFromPath:(NSString *)messagesPath withParams:(NSDictionary *)params withTitle:(NSString *)title;
-- (void) refreshData;
-- (void) composePressed;
-@end