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