@class NSObject; @protocol OS_dispatch_queue; @interface CMContextConfigurationManager : NSObject { void *fLocationdConnection; NSObject *fInternalQueue; } - (void)disconnect; - (id)init; - (void)dealloc; - (void)connect; - (void)writeContextConfiguration:(id)a0 withHandler:(id /* block */)a1; @end