ios - 如何用空格#define标识符

标签 ios

我要做这样的事情:#define '#import "classA.h"' '#import "classB.h"'

我想用我的自定义类覆盖库中导入的类。有没有办法定义包含空格的标识符?

最佳答案

不,因为那将是两个标识符。

关于ios - 如何用空格#define标识符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9839178/

相关文章:

ios - 获取 UIButton 按下的内容

ios - GMSMarker 不显示 GroundAnchor iOS

ios - 当我的应用程序中的位置服务关闭时,如何显示包含设置 + 取消按钮的 UIAlertView?

ios - 图像加载为黑色

ios - 闭包元组不支持 Xcode 9 Swift 4 中的解构

ios - 未在 UITableViewController 子类中调用 UiTableViewController 委托(delegate)方法

ios - 在 TabBarController 中添加 View Controller 作为带有导航栏的 subview

ios - 触摸并按住 TableViewCell 以显示(工具提示)弹出窗口在 iPhone 中是否可行?

ios - 通过 View Controller 中的 alertview 按钮显示按钮

ios - UIAlertController 给出错误?请在 Swift 中使用字符串数组作为按钮提供 UIAlertController 的代码