//
//  ColorCell.h
//  StyleDictionaryExample
//
//  Created by Banks, Daniel on 1/21/17.
//  Copyright © 2017 Danny Banks. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface ColorCell : UICollectionViewCell

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

@end
