short memo: Objective C variables, Private, Protected, and Public
@private
// Access only from the class in which it is declared.
@protected
// Access from subclasses.
// the default value.
@public
// Access from everywhere
Written by kanshuYokoo
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Objectivec
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#