From c791858db3de3568f0ea2839c79b360a0dfb15ab Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 10 Sep 2025 11:32:28 +0200 Subject: Initial commit --- QSThingsPlugin/Types/Constants.m | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 QSThingsPlugin/Types/Constants.m (limited to 'QSThingsPlugin/Types/Constants.m') diff --git a/QSThingsPlugin/Types/Constants.m b/QSThingsPlugin/Types/Constants.m new file mode 100644 index 0000000..4abf9f7 --- /dev/null +++ b/QSThingsPlugin/Types/Constants.m @@ -0,0 +1,7 @@ +#pragma mark - Things Object Types + +NSString *const kAppSectionType = @"things.app-section"; +NSString *const kProjectType = @"things.project"; +NSString *const kAreaType = @"things.area"; +NSString *const kTagType = @"things.tag"; +NSString *const kTaskType = @"things.task"; -- cgit