summaryrefslogtreecommitdiff
path: root/Juick/RevealPanelViewController.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-11-05 00:10:01 +0400
committerGravatar Vitaly Takmazov2013-11-05 00:10:01 +0400
commitfad0e1e93e1f2e145970829f81a0c20e42eba09a (patch)
tree2f69b3fb901e66e9fa01f876b110649ac4acef41 /Juick/RevealPanelViewController.h
parent08574251153406e4755f58c2ee5548ee32e308fb (diff)
RevealViewController and small other additions
Diffstat (limited to 'Juick/RevealPanelViewController.h')
-rw-r--r--Juick/RevealPanelViewController.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Juick/RevealPanelViewController.h b/Juick/RevealPanelViewController.h
new file mode 100644
index 0000000..a8196fe
--- /dev/null
+++ b/Juick/RevealPanelViewController.h
@@ -0,0 +1,13 @@
+//
+// RevealPanelViewController.h
+// Juick
+//
+// Created by Vitaly Takmazov on 04.11.13.
+// Copyright (c) 2013 com.juick. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface RevealPanelViewController : UITableViewController
+
+@end