namespace CPF.Mac.Foundation { public enum NSPropertyListMutabilityOptions : ulong { Immutable, MutableContainers, MutableContainersAndLeaves } }