summaryrefslogtreecommitdiffstats
path: root/macosx/HBAttributedStringAdditions.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBAttributedStringAdditions.h')
-rw-r--r--macosx/HBAttributedStringAdditions.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/macosx/HBAttributedStringAdditions.h b/macosx/HBAttributedStringAdditions.h
new file mode 100644
index 000000000..bcc26e839
--- /dev/null
+++ b/macosx/HBAttributedStringAdditions.h
@@ -0,0 +1,16 @@
+//
+// HBAttributedStringAdditions.h
+// HandBrake
+//
+// Created by Damiano Galassi on 16/01/15.
+//
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NSMutableAttributedString (HBAttributedStringAdditions)
+
+- (void)appendString:(NSString *)aString withAttributes:(NSDictionary *)aDictionary;
+
+@end
+