6 lines
89 B
C#
6 lines
89 B
C#
using Toolkit.Foundation;
|
|
|
|
namespace Bitvault;
|
|
|
|
public record Locked : INotification;
|