// // Prefix header for all source files of the 'CocoaTouchStaticLibrary' target in the 'CocoaTouchStaticLibrary' project. // #ifdef __OBJC__ #import #import #endif #import #ifndef NDEBUG #define VKLog(format, ...) NSLog(format, ## __VA_ARGS__) #else #define VKLog(format, ...) #endif