7 lines
155 B
C#
7 lines
155 B
C#
using CPF.Mac.Foundation;
|
|
|
|
namespace CPF.Mac.AppKit
|
|
{
|
|
public delegate bool NSOpenSavePanelValidate(NSSavePanel panel, NSUrl url, out NSError outError);
|
|
}
|