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.
我需要让我的 5 个方法使用一个公共变量,但我不知道在我的 .m 文件中的何处声明它。我知道这是基本的,但我很新,我忘了把它放在哪里。请帮我。
@implementation { // instance variables here <--- int foo float bar; } // methods here @end