C YES true
C NO false
-C nil null
C NULL null
: applicationDidFinishLaunching: v12@0:4@8
T short s
T int i
T long l
+T longlong q
T byte C
+T ushort S
T uint I
T ulong L
-T ushort S
+T ulonglong Q
T char c
T boolean B
T Boolean B
-T SInt8 {char}
-T UInt8 {byte}
-T SInt16 {short}
-T UInt16 {ushort}
-T SInt32 {int}
-T UInt32 {uint}
+T int8_t {char}
+T uint8_t {byte}
+T int16_t {short}
+T uint16_t {ushort}
+T int32_t {int}
+T uint32_t {uint}
+T int64_t {longlong}
+T uint64_t {ulonglong}
+
+T SInt8 {int8_t}
+T UInt8 {uint8_t}
+T SInt16 {int16_t}
+T UInt16 {uint16_t}
+T SInt32 {int32_t}
+T UInt32 {uint32_t}
+T SInt64 {int64_t}
+T UInt64 {uint64_t}
S CGPoint "x"f"y"f
S CGRect "origin"{CGPoint}"size"{CGSize}
F protocol_conformsToProtocol B@@
F protocol_copyMethodDescriptionList ^{objc_method_description=:*}@BB^I
-F protocol_copyPropertyList ^{objc_property=}@^I
+F protocol_copyPropertyList ^^{objc_property=}@^I
F protocol_copyProtocolList ^@@^I
F protocol_getMethodDescription {objc_method_description=:*}@:BB
F protocol_getName *@