我必须使用__strong关键字吗?

时间:2022-11-23 00:02:59

I saw someone use the following

我看到有人在用下面的

__strong static foo *_foo = nil;

I am wondering if __strong is needed here; I mean __strong is the default? is that right?

我想知道这里是否需要__strong;我是说默认值是__strong吗?是这样吗?

1 个解决方案

#1


6  

Since a strong reference is the default, you are correct.

由于强引用是默认值,所以您是正确的。

#1


6  

Since a strong reference is the default, you are correct.

由于强引用是默认值,所以您是正确的。