namespace CPF.Mac.AppKit { public enum NSLineMovementDirection : ulong { None, Left, Right, Down, Up } }