diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-10 22:48:37 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-10 22:48:37 +0200 |
| commit | 1613c951d49e6d85aff52f312d57fa087b35c079 (patch) | |
| tree | c31b74c56f32c3a60e628c187b6f7c236fffe36e /QSThingsPlugin/Helpers/KeychainHelper.m | |
| parent | 7cf393095282077b0bbae3046826b67f4f20a8eb (diff) | |
Move things URL calls to a helper
Diffstat (limited to 'QSThingsPlugin/Helpers/KeychainHelper.m')
| -rw-r--r-- | QSThingsPlugin/Helpers/KeychainHelper.m | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/QSThingsPlugin/Helpers/KeychainHelper.m b/QSThingsPlugin/Helpers/KeychainHelper.m index 9ce90f7..fcf8291 100644 --- a/QSThingsPlugin/Helpers/KeychainHelper.m +++ b/QSThingsPlugin/Helpers/KeychainHelper.m @@ -1,10 +1,3 @@ -// -// KeychainHelper.m -// Things Plugin -// -// Created by Ruben Beltran del Rio on 2025-09-10. -// - #import "KeychainHelper.h" NS_ASSUME_NONNULL_BEGIN |