namespace CPF.Mac.AppKit { public enum NSAnimationCurve : ulong { EaseInOut, EaseIn, EaseOut, Linear } }