4 lines
144 B
Plaintext
Raw Normal View History

2025-03-20 17:31:29 +08:00
extern "C" void _DebugConsole_CopyText( const char* text )
{
[UIPasteboard generalPasteboard].string = [NSString stringWithUTF8String:text];
}