diff options
Diffstat (limited to 'Juick/NavCell.h')
-rw-r--r-- | Juick/NavCell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Juick/NavCell.h b/Juick/NavCell.h index 50eec8d..e210636 100644 --- a/Juick/NavCell.h +++ b/Juick/NavCell.h @@ -8,6 +8,8 @@ #import <UIKit/UIKit.h> +#import "UILabel+Utils.h" + @interface NavCell : UITableViewCell @property (strong, nonatomic) IBOutlet UILabel *iconLabel; @property (strong, nonatomic) IBOutlet UILabel *descriptionTextLabel; |