From 182872c760d437556d606cc02c6b7c570667a715 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 12 Sep 2025 21:50:40 +0200 Subject: Add children --- QSThingsPlugin/Handlers/ThingsAppSectionHandler.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 QSThingsPlugin/Handlers/ThingsAppSectionHandler.h (limited to 'QSThingsPlugin/Handlers/ThingsAppSectionHandler.h') diff --git a/QSThingsPlugin/Handlers/ThingsAppSectionHandler.h b/QSThingsPlugin/Handlers/ThingsAppSectionHandler.h new file mode 100644 index 0000000..6fc3f35 --- /dev/null +++ b/QSThingsPlugin/Handlers/ThingsAppSectionHandler.h @@ -0,0 +1,14 @@ +#import "Constants.h" +#import "SQLHelper.h" +#import "ObjectHelper.h" +#import "NSImage+Badge.h" +#import +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface ThingsAppSectionHandler : NSObject + +@end + +NS_ASSUME_NONNULL_END -- cgit