namespace CPF.Mac.ObjCRuntime { public enum ArgumentSemantic { None = -1, Assign, Copy, Retain } }