9 lines
101 B
C#
9 lines
101 B
C#
namespace CPF.Mac.AppKit
|
|
{
|
|
public enum NSSelectionAffinity : ulong
|
|
{
|
|
Upstream,
|
|
Downstream
|
|
}
|
|
}
|