From ce630eef61d4acd8f5c4e1d6a3a60780c5ec4af3 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 18 Dec 2013 05:53:29 +0400 Subject: cleanup and ios6 fixes --- Juick/NavCell.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Juick/NavCell.h (limited to 'Juick/NavCell.h') diff --git a/Juick/NavCell.h b/Juick/NavCell.h new file mode 100644 index 0000000..50eec8d --- /dev/null +++ b/Juick/NavCell.h @@ -0,0 +1,14 @@ +// +// NavCell.h +// Juick +// +// Created by Vitaly on 17.12.13. +// Copyright (c) 2013 com.juick. All rights reserved. +// + +#import + +@interface NavCell : UITableViewCell +@property (strong, nonatomic) IBOutlet UILabel *iconLabel; +@property (strong, nonatomic) IBOutlet UILabel *descriptionTextLabel; +@end -- cgit v1.2.3