Xcode定义Preprocessor Macros预编译宏

image.png

代码中经常出现 ,就需要预编译宏


#ifdef DEBUG
    
  ...
#endif

你可能感兴趣的:(Xcode定义Preprocessor Macros预编译宏)