@class NSMutableDictionary, NSObject; @protocol OS_dispatch_queue; @interface FMNSXPCConnectionCache : NSObject @property (class, readonly, nonatomic) FMNSXPCConnectionCache *sharedCache; @property (retain, nonatomic) NSObject *modsSerialQueue; @property (retain, nonatomic) NSMutableDictionary *connectionsByServiceName; - (id)init; - (void)dealloc; - (id)resumeConnectionWithConfiguration:(id)a0; - (void).cxx_destruct; @end