mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
Clipboard service and view site page
This commit is contained in:
7
src/App/Abstractions/Services/IClipboardService.cs
Normal file
7
src/App/Abstractions/Services/IClipboardService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IClipboardService
|
||||
{
|
||||
void CopyToClipboard(string text);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user