using System; namespace CPF.Mac.AppKit { [Flags] public enum NSPasteboardWritingOptions : ulong { WritingPromised = 0x200 } }