summaryrefslogtreecommitdiff
path: root/Juick/Views/NavCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Views/NavCell.h')
-rw-r--r--Juick/Views/NavCell.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/Juick/Views/NavCell.h b/Juick/Views/NavCell.h
deleted file mode 100644
index c8c2b41..0000000
--- a/Juick/Views/NavCell.h
+++ /dev/null
@@ -1,14 +0,0 @@
-//
-// NavCell.h
-// Juick
-//
-// Created by Vitaly Takmazov on 14/08/16.
-// Copyright © 2016 com.juick. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-
-@interface NavCell : UITableViewCell
-@property (weak, nonatomic) IBOutlet UILabel *icon;
-@property (weak, nonatomic) IBOutlet UILabel *descriptionText;
-@end