aboutsummaryrefslogtreecommitdiff
path: root/QSThingsPlugin/Actions/SetThingsAuthenticationKeyAction.h
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-09-10 16:12:55 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-09-10 16:12:55 +0200
commit7cf393095282077b0bbae3046826b67f4f20a8eb (patch)
tree9aaf5704cbb8612bf78378aefa40ae40e79a7850 /QSThingsPlugin/Actions/SetThingsAuthenticationKeyAction.h
parentc4705a0a678ac523b243c7b68ce27fbf5e44b61a (diff)
Add auth key + complete task action
Diffstat (limited to 'QSThingsPlugin/Actions/SetThingsAuthenticationKeyAction.h')
-rw-r--r--QSThingsPlugin/Actions/SetThingsAuthenticationKeyAction.h11
1 files changed, 11 insertions, 0 deletions
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 <Foundation/Foundation.h>
+#import <QSCore/QSCore.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface SetThingsAuthenticationKeyAction : QSActionProvider
+
+@end
+
+NS_ASSUME_NONNULL_END