// Copyright 2015-present 650 Industries. All rights reserved. #import static const char *EXFontAssocKey = "EXFont"; @interface EXFont : NSObject - (instancetype)initWithCGFont:(CGFontRef)cgFont; - (UIFont *)UIFontWithSize:(CGFloat)fsize; @end