Reputation: 3442
Is there a way to create a header file containing some methods without others being able to get to the definition of my methods inside .m files? For example, you can't access method definitions of the ones written by apple(i.e you go to UIImage.h
and when you want to see the definition of one of those methods you can't).
So basically what I want to do, is hide the .m file from the other developers. The developers can see only the .h file.
Upvotes: 0
Views: 285