This is my first post.I develop for macosx and iPhone from a year.I'm a beginner, but I like more programming.
A greet at all and I hope to help you, like you help me.

Now....
I've created a class: AppController.
In AppController.h I've created an IBOutlet NSImageView *
image;
Then I've created another class: AppImage.
Now I want to use "
image" in this class. How can I do?