9 lines
95 B
C#
9 lines
95 B
C#
|
|
namespace CPF.Mac.AppKit
|
||
|
|
{
|
||
|
|
public enum NSTableViewDropOperation : ulong
|
||
|
|
{
|
||
|
|
On,
|
||
|
|
Above
|
||
|
|
}
|
||
|
|
}
|