1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-08 03:23:23 +00:00

rename to pushnotificationservice

This commit is contained in:
Kyle Spearrin
2017-10-10 08:25:23 -04:00
parent 6da0d3e88d
commit 6040c7768f
14 changed files with 87 additions and 93 deletions

View File

@@ -1,6 +1,6 @@
namespace Bit.App.Abstractions
{
public interface IPushNotification
public interface IPushNotificationService
{
string Token { get; }
void Register();