Timer lock work done

This commit is contained in:
TheXamlGuy
2024-07-18 21:45:15 +01:00
parent c7d4daca94
commit 925de28bac
4 changed files with 65 additions and 22 deletions
+7
View File
@@ -0,0 +1,7 @@
using Toolkit.Foundation;
namespace Wallet;
public interface IWalletInactivityTimer :
IInitialization,
IDisposable;