7 lines
143 B
C#
7 lines
143 B
C#
using CPF.Mac.Foundation;
|
|
|
|
namespace CPF.Mac.AppKit
|
|
{
|
|
public delegate NSError NSApplicationError(NSApplication application, NSError error);
|
|
}
|