using System; namespace CPF.Mac.Foundation { [Flags] public enum NSFileCoordinatorReadingOptions : ulong { WithoutChanges = 0x1 } }