1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00
Files
mobile/src/App/Abstractions/Services/IHttpService.cs
2017-05-06 20:20:57 -04:00

9 lines
176 B
C#

namespace Bit.App.Abstractions
{
public interface IHttpService
{
ApiHttpClient ApiClient { get; }
IdentityHttpClient IdentityClient { get; }
}
}