namespace CPF.Mac.Foundation { public enum NSWritingDirection : long { Natural = -1L, LeftToRight = 0L, RightToLeft = -1L } }