mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 04:33:36 +00:00
7 lines
146 B
C#
7 lines
146 B
C#
namespace Bit.Core.Abstractions
|
|
{
|
|
public interface IMessagingService
|
|
{
|
|
void Send(string subscriber, object arg = null);
|
|
}
|
|
} |