I need to refactor an existing code to have certain behavior. In order to achieve that I’d have to take some properties declared inside of the interface block in the .m file and pass it to the .h file (for accessing it publicly from other classes). Also, there are some methods declared and implemented in […]
The post Objective-C | Take properties and protocols declared and implemented from .m and expose publicly in .h interface appeared first on BlogoSfera.