补齐备份工程打开依赖
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