aboutsummaryrefslogtreecommitdiff
path: root/QSThingsPlugin/Core Extensions/NSImage+Badge.h
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-09-12 21:50:40 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-09-12 21:50:40 +0200
commit182872c760d437556d606cc02c6b7c570667a715 (patch)
tree11795bdb259445e5c3f8dd0177e9426ec77b0399 /QSThingsPlugin/Core Extensions/NSImage+Badge.h
parent5870e5cf03ceaff7080174b573618631a413110e (diff)
Add children
Diffstat (limited to 'QSThingsPlugin/Core Extensions/NSImage+Badge.h')
-rw-r--r--QSThingsPlugin/Core Extensions/NSImage+Badge.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/QSThingsPlugin/Core Extensions/NSImage+Badge.h b/QSThingsPlugin/Core Extensions/NSImage+Badge.h
new file mode 100644
index 0000000..0882620
--- /dev/null
+++ b/QSThingsPlugin/Core Extensions/NSImage+Badge.h
@@ -0,0 +1,18 @@
+//
+// NSImage+NSImage_Badges.h
+// Things Plugin
+//
+// Created by Ruben Beltran del Rio on 2025-09-12.
+//
+
+#import <Foundation/Foundation.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface NSImage (Badge)
+
+- (NSImage *)imageOfSize:(NSSize)size withSystemBadge:(NSString *)symbolName ofColor:(NSColor *)color;
+
+@end
+
+NS_ASSUME_NONNULL_END