From 7cf393095282077b0bbae3046826b67f4f20a8eb Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 10 Sep 2025 16:12:55 +0200 Subject: Add auth key + complete task action --- QSThingsPlugin/Actions/CompleteTaskAction.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 QSThingsPlugin/Actions/CompleteTaskAction.h (limited to 'QSThingsPlugin/Actions/CompleteTaskAction.h') diff --git a/QSThingsPlugin/Actions/CompleteTaskAction.h b/QSThingsPlugin/Actions/CompleteTaskAction.h new file mode 100644 index 0000000..19609b9 --- /dev/null +++ b/QSThingsPlugin/Actions/CompleteTaskAction.h @@ -0,0 +1,12 @@ +#import "Constants.h" +#import "KeychainHelper.h" +#import +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface CompleteTaskAction : QSActionProvider + +@end + +NS_ASSUME_NONNULL_END -- cgit