https://stackoverflow.com/questions/8840884/private-ivar-in-interface-or-implementation
Instance variables declared in the implementation are implicitly hidden (effectively private) and the visibility cannot be changed.
https://stackoverflow.com/questions/8840884/private-ivar-in-interface-or-implementation
Instance variables declared in the implementation are implicitly hidden (effectively private) and the visibility cannot be changed.