mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
crypto function service
This commit is contained in:
10
src/Core/Abstractions/ICryptoFunctionService.cs
Normal file
10
src/Core/Abstractions/ICryptoFunctionService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Bit.Core.Abstractions
|
||||
{
|
||||
public interface ICryptoFunctionService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user