I added a extension class into my prefix.pch. I added some private functions to this class. WHen I call this class from some viewController, this is initialized, but when I call again isn't reinitilized.
How could be possible reinitialized this class?
Update: I need do this without close my application.