5 lines
102 B
C#
5 lines
102 B
C#
namespace CPF.Mac.Foundation
|
|
{
|
|
public delegate void NSRangeIterator(NSRange range, ref bool stop);
|
|
}
|