I created the class in Xcode 4.3 and it created the header and implementation files with @interface and @implementation in the right places, but the implementation file also has @interface, like this:
@interface MyClassName () @end
Why does Xcode put this in the implementation file and what is it for?
Thanks Kurz
xcode xcode4 cocoa
kurzweil4
source share