// // NavCell.h // Juick // // Created by Vitaly on 17.12.13. // Copyright (c) 2013 com.juick. All rights reserved. // #import #import "UILabel+Utils.h" @interface NavCell : UITableViewCell @property (strong, nonatomic) IBOutlet UILabel *iconLabel; @property (strong, nonatomic) IBOutlet UILabel *descriptionTextLabel; @end