summaryrefslogtreecommitdiff
path: root/Juick/MessagesViewController.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-08-28 21:03:22 +0300
committerGravatar Vitaly Takmazov2016-08-28 21:03:22 +0300
commit188d8e4ea870d1a6c8edd5a9b323742804badeba (patch)
tree071067f7189a6474d49abb952b1b04b820985b7a /Juick/MessagesViewController.h
parenta74588083c4950e9237dff7a84ccdd129b72c950 (diff)
project cleanup
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