summaryrefslogtreecommitdiff
path: root/Juick/MasterViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/MasterViewController.h')
-rw-r--r--Juick/MasterViewController.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Juick/MasterViewController.h b/Juick/MasterViewController.h
new file mode 100644
index 0000000..be49967
--- /dev/null
+++ b/Juick/MasterViewController.h
@@ -0,0 +1,13 @@
+//
+// MasterViewController.h
+// Juick
+//
+// Created by Vitaly Takmazov on 26.10.13.
+// Copyright (c) 2013 com.juick. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface MasterViewController : UITableViewController
+
+@end