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.
当我浏览代码时,我总是会看到它,但我完全不知道它的作用。
它完成了一个声明。
例如,当你实现一个接口时,你会:
@interface MyInterface /* functions and stuff here */ @end
它标志着类或接口实现的结束。