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.
oc项目;</p>
我有这样的课
@interface MyObject : NSObject @property(noatomic,getter=getNode)id node; @end
并在快速文件中
var node = MyObject().getNode
并且找不到 getNode 方法?
任何人都可以帮助