summaryrefslogtreecommitdiff
path: root/Juick/RevealPanelViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/RevealPanelViewController.h')
-rw-r--r--Juick/RevealPanelViewController.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/Juick/RevealPanelViewController.h b/Juick/RevealPanelViewController.h
deleted file mode 100644
index ff5006c..0000000
--- a/Juick/RevealPanelViewController.h
+++ /dev/null
@@ -1,16 +0,0 @@
-//
-// 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