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/SetThingsAuthenticationKeyAction.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 QSThingsPlugin/Actions/SetThingsAuthenticationKeyAction.h (limited to 'QSThingsPlugin/Actions/SetThingsAuthenticationKeyAction.h') diff --git a/QSThingsPlugin/Actions/SetThingsAuthenticationKeyAction.h b/QSThingsPlugin/Actions/SetThingsAuthenticationKeyAction.h new file mode 100644 index 0000000..376d6d4 --- /dev/null +++ b/QSThingsPlugin/Actions/SetThingsAuthenticationKeyAction.h @@ -0,0 +1,11 @@ +#import "KeychainHelper.h" +#import +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface SetThingsAuthenticationKeyAction : QSActionProvider + +@end + +NS_ASSUME_NONNULL_END -- cgit