mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-30 11:02:16 +00:00
4 lines
144 B
Plaintext
4 lines
144 B
Plaintext
extern "C" void _DebugConsole_CopyText( const char* text )
|
|
{
|
|
[UIPasteboard generalPasteboard].string = [NSString stringWithUTF8String:text];
|
|
} |