添加debug工具

This commit is contained in:
2024-09-03 19:56:21 +08:00
parent 187407cedb
commit aa4595f290
554 changed files with 59600 additions and 9992 deletions

View File

@ -0,0 +1,4 @@
extern "C" void _DebugConsole_CopyText( const char* text )
{
[UIPasteboard generalPasteboard].string = [NSString stringWithUTF8String:text];
}