summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/RevealPanelViewController.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/ViewControllers/RevealPanelViewController.h
parenta74588083c4950e9237dff7a84ccdd129b72c950 (diff)
project cleanup
Diffstat (limited to 'Juick/ViewControllers/RevealPanelViewController.h')
-rw-r--r--Juick/ViewControllers/RevealPanelViewController.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/Juick/ViewControllers/RevealPanelViewController.h b/Juick/ViewControllers/RevealPanelViewController.h
new file mode 100644
index 0000000..ff5006c
--- /dev/null
+++ b/Juick/ViewControllers/RevealPanelViewController.h
@@ -0,0 +1,16 @@
+//
+// RevealPanelViewController.h
+// Juick
+//
+// Created by Vitaly Takmazov on 04.11.13.
+// Copyright (c) 2013 com.juick. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import <FAImageView.h>
+#import "LoginViewController.h"
+
+@interface RevealPanelViewController : UIViewController<UITableViewDataSource, UITableViewDelegate>
+@property (nonatomic, strong) IBOutlet UITableView *tableView;
+@property (nonatomic, strong) IBOutlet UIButton *signButton;
+@end