#import <UIKit/UIKit.h>
#import <StyleDictionary/StyleDictionary.h>

@interface IconViewCell : UITableViewCell

@property (strong, nonatomic) UILabel* keyLabel;
@property (strong, nonatomic) UILabel* valueLabel;

@end
