// // RhoExtManagerSingletone.h // RhoAppBaseLib // // Created by Dmitry Soldatenkov on 12.05.14. // // #import #import "IRhoExtManager.h" @interface RhoExtManagerSingletone : NSObject +(id) getExtensionManager; @end