using System; namespace CPF.Mac.AppKit { [Flags] public enum NSTextListOptions : ulong { PrependEnclosingMarker = 0x1 } }