5 lines
99 B
C#
5 lines
99 B
C#
namespace CPF.Mac.Foundation
|
|
{
|
|
public delegate long NSComparator(NSObject obj1, NSObject obj2);
|
|
}
|