实用方法-Debug和Release执行不同代码

typedef void (^SwitchingEnvirBlock)();
void switchingEnvir(SwitchingEnvirBlock useDevice,SwitchingEnvirBlock useSim);

编程技巧