Sorry for the stupid question.
I have one class file MyClass.h and MyClass.m.
Can i Set ARC for MyClass.h and Manual Reference count MyClass.m.
I have seen one sample library creation code. In that they maintained files as i mentioned above.
But i could not even run the sample source.
Is it proper way to do like that.