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, 14 insertions, 0 deletions
diff --git a/Juick/Views/NavCell.h b/Juick/Views/NavCell.h
new file mode 100644
index 0000000..c8c2b41
--- /dev/null
+++ b/Juick/Views/NavCell.h
@@ -0,0 +1,14 @@
+//
+// 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