@protocol NSObject; @interface HMProxyObjectIVar : HMProxyObject { id _target; } - (void)dealloc; - (id)self; @end