Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は誰かが次を使用しているのを見ました
__strong static foo *_foo = nil;
ここで __strong が必要かどうか疑問に思っています。__strong がデフォルトですか?そうですか?
強い参照がデフォルトなので、あなたは正しいです。