// // Prefix header for all source files of the 'GlideBook' target in the 'GlideBook' project // #ifdef __OBJC__ #import #endif #ifndef forall #define forall(element, collection) \ for(id _ ## element ## _enumerator = [collection objectEnumerator], \ element; \ (element = [_ ## element ## _enumerator nextObject]); ) #endif