sharedNodeLoaderLibrary() on v3

on cocos2d-x with “NodeLoaderLibrary * ccNodeLoaderLibrary = NodeLoaderLibrary::sharedNodeLoaderLibrary();” I can set on AppDelegate all the NodeLoaders classes and after, on other file, call directly the ccbi file.

On v3 this is deprecated, and I can’t find on CCDeprecated what I have to use now. I i do “NodeLoaderLibrary * ccNodeLoaderLibrary = NodeLoaderLibrary::newDefaultNodeLoaderLibrary();” on AppDelegate, i have to reset the nodeLoadersClass on each file.

Any advice?

Anyone know it?