write thumbnail to wallet store
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Toolkit.Foundation;
|
||||
|
||||
namespace Wallet;
|
||||
|
||||
public interface IWalletHostFactory
|
||||
{
|
||||
IComponentHost? Create(string key);
|
||||
}
|
||||
Reference in New Issue
Block a user