luxlabs header browser preview


@class NSMutableDictionary, NSObject;
@protocol OS_dispatch_queue;

@interface FMNSXPCConnectionCache : NSObject

@property (class, readonly, nonatomic) FMNSXPCConnectionCache *sharedCache;

@property (retain, nonatomic) NSObject<OS_dispatch_queue> *modsSerialQueue;
@property (retain, nonatomic) NSMutableDictionary *connectionsByServiceName;

- (id)init;
- (void)dealloc;
- (id)resumeConnectionWithConfiguration:(id)a0;
- (void).cxx_destruct;

@end