5 lines
96 B
C#
5 lines
96 B
C#
namespace CPF.Mac.AppKit
|
|
{
|
|
public delegate bool NSTableViewPredicate(NSTableView tableView);
|
|
}
|