#import <UIKit/UIKit.h>

@interface FontColorViewCell : UICollectionViewCell

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

@end
