mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 15:45:42 +03:00
7 lines
88 B
C#
7 lines
88 B
C#
|
namespace Bit.App.Abstractions
|
|||
|
{
|
|||
|
public interface ISettingsService
|
|||
|
{
|
|||
|
}
|
|||
|
}
|