Possible Duplicate:
Objective-C property that is readonly publicly, but has a private setter
Is there a way to make a synthesized property this way?
I really want to keep using the setter internally because of the retain/release it gives us, but i don't want this setter exposed to the world.
Thanks!