添加debug工具
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
extern "C" void _DebugConsole_CopyText( const char* text )
|
||||
{
|
||||
[UIPasteboard generalPasteboard].string = [NSString stringWithUTF8String:text];
|
||||
}
|
Reference in New Issue
Block a user