@class CPSInstallationController, NSArray, NSMutableDictionary, NSObject; @protocol CPSBusinessItemFetching, CPSAppInfoFetching, OS_dispatch_source, OS_dispatch_queue, CPSLegacyAppInstalling; @interface CPSSessionManager : NSObject { NSMutableDictionary *_sessions; NSObject *_queue; NSObject *_memoryPressureSource; } @property (class, readonly, nonatomic) CPSSessionManager *sharedManager; @property (readonly, nonatomic) CPSInstallationController *clipInstaller; @property (retain, nonatomic) id legacyInstaller; @property (readonly, nonatomic) NSArray *allSessions; @property (readonly, nonatomic) id appInfoFetcher; @property (readonly, nonatomic) id businessItemFetcher; - (id)init; - (void)_localeChanged:(id)a0; - (void).cxx_destruct; - (id)sessionWithURL:(id)a0 createIfNoExist:(BOOL)a1; - (void)_handleMemoryPressure:(unsigned long long)a0; - (void)_setUpMemoryPressureHandler; - (void)clearSessionWithURL:(id)a0; - (void)getSessionWithURL:(id)a0 completion:(id /* block */)a1; - (void)getSessionWithURL:(id)a0 configuration:(id)a1 completion:(id /* block */)a2; - (void)handleManagedConfigurationChanged; @end