mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +00:00
7 lines
135 B
C#
7 lines
135 B
C#
namespace Lantean.QBTMud.Services
|
|
{
|
|
public interface IClipboardService
|
|
{
|
|
Task WriteToClipboard(string text);
|
|
}
|
|
} |