mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 15:23:35 +00:00
api service interface
This commit is contained in:
9
src/Core/Abstractions/IApiService.cs
Normal file
9
src/Core/Abstractions/IApiService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Bit.Core.Abstractions
|
||||
{
|
||||
public interface IApiService
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user