There is probably a very simple solution for this but I can't get it working.
I have got multiple classes in my Cocoa file. In one of the classes class1
I create a variable that I need to use in another class class2
as well. Is there a simple way to import this variable in class2
?