Possible Duplicate:
Protected methods in objective-c
I am a Java developer who is starting to have questions about Objective-C coding syntax.
As of right now, I only see +/-
that denotes the Java public/private
equivalents.
How would you implement a protected method in Objective-C?