1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-30 23:23:38 +00:00
Files
mobile/src/App/Abstractions/Services/IAppIdService.cs
2016-08-06 19:03:48 -04:00

9 lines
154 B
C#

namespace Bit.App.Abstractions
{
public interface IAppIdService
{
string AppId { get; }
string AnonymousAppId { get; }
}
}