@class NSString; @interface TCImportFontCacheKey : NSObject @property (copy, nonatomic) NSString *name; @property (nonatomic) int size; + (id)createFontCacheKeyForName:(id)a0 size:(int)a1; - (unsigned long long)hash; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; @end