5 lines
111 B
C#
5 lines
111 B
C#
namespace CPF.Mac.AppKit
|
|
{
|
|
public delegate bool NSApplicationSelection(NSPasteboard board, string[] types);
|
|
}
|