mirror of
https://github.com/bitwarden/android.git
synced 2026-05-26 14:34:19 -05: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);
|
|
}
|
|
} |