// // Close all NSLog() // ifdef OPTIMIZE define NSLog(...) {} else define NSLog(...) NSLog(VA_ARGS) endif