namespace CPF.Mac.Foundation { public enum NSPropertyListFormat : ulong { OpenStep = 1uL, Xml = 100uL, Binary = 200uL } }