7 lines
149 B
C#
7 lines
149 B
C#
using CPF.Mac.Foundation;
|
|
|
|
namespace CPF.Mac.AppKit
|
|
{
|
|
public delegate bool NSControlTextValidation(NSControl control, NSObject objectToValidate);
|
|
}
|