// // NavCell.h // Juick // // Created by Vitaly Takmazov on 14/08/16. // Copyright © 2016 com.juick. All rights reserved. // #import @interface NavCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *icon; @property (weak, nonatomic) IBOutlet UILabel *descriptionText; @end