This commit is contained in:
TheXamlGuy
2024-07-18 21:55:01 +01:00
parent 712b93d934
commit 8e0f1e6715
3 changed files with 4 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
using Toolkit.Foundation;
namespace Wallet;
public interface IWalletInactivity :
IInitialization,
IDisposable;