mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 23:54:06 +03:00
7 lines
132 B
C#
7 lines
132 B
C#
namespace Bit.App.Abstractions
|
|
{
|
|
public interface IClipboardService
|
|
{
|
|
void CopyToClipboard(string text);
|
|
}
|
|
}
|