// // HBAttributedStringAdditions.h // HandBrake // // Created by Damiano Galassi on 16/01/15. // // #import @interface NSMutableAttributedString (HBAttributedStringAdditions) - (void)appendString:(NSString *)aString withAttributes:(NSDictionary *)aDictionary; @end