7 lines
118 B
C#
7 lines
118 B
C#
using System;
|
|
|
|
namespace CPF.Mac.CoreText
|
|
{
|
|
internal delegate void CTRunDelegateDeallocateCallback(IntPtr refCon);
|
|
}
|