@@ -74,5 +74,8 @@ const char *glue_method_getTypeEncoding(Method method); objc_property_t *glue_class_copyPropertyList(Class class_, unsigned int *outCount); const char *glue_property_getName(objc_property_t property); char *glue_property_copyAttributeValue(objc_property_t property, const char *name); void *glue_objc_destructInstance(id object); +void *glue_objc_autoreleasePoolPush(void); +void glue_objc_autoreleasePoolPop(void *pool); +id glue__objc_rootAutorelease(id object);