diff options
author | Vitaly Takmazov | 2016-08-14 02:55:21 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-08-14 02:55:21 +0300 |
commit | e32c85b7650c0869a2aa319111a837ede75669d1 (patch) | |
tree | 29dfae230aded06e9d70781a8d393818e0d926f1 /Juick/NavCell.h | |
parent | 934f816c2e0851ea7faf7c7e5c4a84779a4accfe (diff) |
new navcell layout
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 |