File attachment UI work

This commit is contained in:
TheXamlGuy
2024-07-24 21:51:51 +01:00
parent e28e0d615a
commit c6f71c3d0b
13 changed files with 103 additions and 18 deletions
+4
View File
@@ -0,0 +1,4 @@
namespace Wallet;
public interface IAttachmentEntryViewModel :
IDisposable;