How to call my usual methods without including everytime its header file ?
I’ve made a class including static & dynamics methods (say myWonderfulTool.h), that I want to use in all my other .m files without having to always call the syntax : [code= »c# »]#include « myWonderfulTool.h »[/code] This is very simple to do.