In response to your comment related to the question:
If you have an instance variable in object X, any other object that has a reference to X can access this variable in the usual way:
[objectX myClassAInstanceVariable];
// Or, if declared with @property
objectX.myClassAInstanceVariable;
X, . .
"" Objective-C , (, Java).
Objective-C " ", ; , mathk : Objective-C . , , .
, , . , Objective-C - "", , , . setter getter.
, , - " ", , *. :
[NSApp delegate]
NSApp - NSApplication, .
* , , .