5 lines
98 B
C#
5 lines
98 B
C#
using Toolkit.Foundation;
|
|
|
|
namespace Bitvault;
|
|
|
|
public interface IWalletComponent : IComponent; |