namespace CPF.Mac.Foundation { public enum NSKeyValueChange : ulong { Setting = 1uL, Insertion, Removal, Replacement } }