Objective-C 属性参数
摘要:
属性参数有以下三种Writability、Setter、SemanticsAtomicityWritabilityThese attributes specify whether or not a property has an associated set accessor. They are mutually exclusive.readwriteIndicates that the property should be treated as read/write. This attribute is the default.readonlyIf you use the@synthesiz 阅读全文
posted @ 2012-02-04 23:09 cokecoffe 阅读(201) 评论(0) 推荐(0)
浙公网安备 33010602011771号