【发布时间】:2026-02-17 15:10:01
【问题描述】:
如果我的 .h 文件中有以下内容:
@property UIButton *connect;
这是否与:
@property(atomic, strong) UIButton *connect;
例如,@property 声明中的默认“参数”是什么?
【问题讨论】:
-
你也可以看看这里:*.com/questions/15362157/…
标签: iphone objective-c properties automatic-ref-counting