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

@interface HeaderCollectionViewCell : UICollectionViewCell

@property (nonatomic, strong) UILabel *titleLabel;

@end
