mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-11-09 10:55:12 +08:00
5 lines
136 B
C#
5 lines
136 B
C#
|
|
namespace CPF.Mac.AppKit
|
||
|
|
{
|
||
|
|
public delegate NSView NSTableViewViewGetter(NSTableView tableView, NSTableColumn tableColumn, long row);
|
||
|
|
}
|