gpt4 book ai didi

ios - Objective-C @property宏参数的使用

转载 作者:可可西里 更新时间:2023-11-01 17:08:29 25 4
gpt4 key购买 nike

问题:

我为 ARC 和 No-ARC 创建了一个类,但是在 ARC 中,使用 strong,在 No-ARC 中,使用 retain;所以

我的代码:

    #if __has_feature(objc_arc)
#define PARAMETER strong
#else
#define PARAMETER retain
#endif
@property (PARAMETER) NSString *myName;

是吗?非常感谢!

最佳答案

我认为没有理由这样做。您也可以在非 ARC 环境中使用 strong

关于ios - Objective-C @property宏参数的使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18585407/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com