bit of a n00b question this one but I haven't been able to find the answer on t'web, was just wondering what the rules are around whether to #import in the interface or the implementation ?
I just realised my (one) project is importing all over the place and I want to tidy it up. Is it sufficient to just import in the interface, will the implementation then pick this up?
Also, I did read via google that it's recommended to only #import classes that reside in a different framework , otherwise use @class. Can anyone verify that, is that best practice?
thanks in advance.