@class NSMutableArray, NSObject; @protocol OS_dispatch_queue; @interface FigNSURLSessionRegistry : NSObject { NSObject *_workQueue; NSMutableArray *_sessionArray; } - (id)init; - (void)dealloc; - (void)copySessionAndAssertionForClientBundleIdentifier:(id)a0 clientPersonaIdentifier:(id)a1 dispatchQueue:(id)a2 outSession:(id *)a3 outAssertion:(struct FigOpaqueAssertion **)a4; - (void)releaseSession:(id)a0; - (void)_checkForDoom:(id)a0; @end