Hi all, In clang, type 'id' is implemented as 'typedef struct objc_object *'. And 'id' can points to any ObjC objects. Does that mean that all ObjC interfaces inherits 'struct objc_object' implicitly? -Zhongxing