What is the preferred method for inter-class communications? If one of my classes needs to access a value that's coming from another class should I use the App Delegate as a sort of Central Hub or is it better to #import them directly?
What's the cleaner/better route to take?