diff options
Diffstat (limited to 'Juick/NavCell.h')
-rw-r--r-- | Juick/NavCell.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Juick/NavCell.h b/Juick/NavCell.h deleted file mode 100644 index e210636..0000000 --- a/Juick/NavCell.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// NavCell.h -// Juick -// -// Created by Vitaly on 17.12.13. -// Copyright (c) 2013 com.juick. All rights reserved. -// - -#import <UIKit/UIKit.h> - -#import "UILabel+Utils.h" - -@interface NavCell : UITableViewCell -@property (strong, nonatomic) IBOutlet UILabel *iconLabel; -@property (strong, nonatomic) IBOutlet UILabel *descriptionTextLabel; -@end |