mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 10:34:07 +00:00
mobile messaging service
This commit is contained in:
7
src/Core/Abstractions/IMessagingService.cs
Normal file
7
src/Core/Abstractions/IMessagingService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Bit.Core.Abstractions
|
||||
{
|
||||
public interface IMessagingService
|
||||
{
|
||||
void Send(string subscriber, object arg = null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user