bitwarden-android/src/Core/Abstractions/IApiService.cs

10 lines
124 B
C#
Raw Normal View History

2019-04-12 06:57:05 +03:00
using System.Threading.Tasks;
namespace Bit.Core.Abstractions
{
public interface IApiService
{
}
}