I wonder if it is possible to write something like this in the .m file:
@interface MyController () {//ERROR here
Foo *privateFoo;
}
@end
I did it but I get :
Expected identifier or '{' before '{' token
, I think I heard/watch a video (WWDC2010) saying this is possible or will be possible and currently only some architectures support it... but I not really sure and I cannot remember the video name.
I hope I can get some advice here.
Ignacio.