mirror of
https://github.com/bitwarden/server.git
synced 2024-12-04 14:13:28 +01:00
8 lines
90 B
C#
8 lines
90 B
C#
|
namespace Bit.Core.Services
|
|||
|
{
|
|||
|
public interface IPushService
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|