I'm looking for a (certainly basic) thing to do in Objective-C/Cocoa : I would like to split my code into multiple files (one for functions, one for tab view N°1 methods, one for tab view N°2 methods, etc) to make my projects well organized.
I would like to be able to call functions and/or methods from my "AppDelegate.m".
But I don't know how to formulate this question correctly to find help around the web. I come from Delphi, and in Delphi you have just to create a new .PAS file and declare it in USES section.
We are in 2013, so it's certainly an ultra-basic way to code properly via XCode :)
Thanks in advance for any help.