mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-09-18 09:44:52 +08:00
7 lines
118 B
C#
7 lines
118 B
C#
using System;
|
|
|
|
namespace CPF.Mac.CoreText
|
|
{
|
|
internal delegate void CTRunDelegateDeallocateCallback(IntPtr refCon);
|
|
}
|