#import <UIKit/UIKit.h>
#import "UIColor+StyleDictionary.h"

@interface UIButton (StyleDictionary)

+ (UIButton *)styleDictionaryButton;

@end
