@class NSString, NSURL, NSMutableSet, NSObject; @protocol HMDFileManager, OS_dispatch_queue; @interface HMDLaunchHandler : HMFObject @property (class, readonly, nonatomic) HMDLaunchHandler *sharedHandler; @property (readonly, copy, nonatomic) NSURL *relaunchPlistFileURL; @property (readonly, nonatomic) id fileManager; @property (readonly, nonatomic) id /* block */ jetsamPriorityHandler; @property (readonly, nonatomic) NSObject *handlerQueue; @property (readonly, nonatomic) NSMutableSet *registeredRelaunchClients; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)logCategory; - (id)init; - (void).cxx_destruct; - (void)registerRelaunchClientWithUUID:(id)a0; - (id)initWithRelaunchPlistFileURL:(id)a0 fileManager:(id)a1 jetsamPriorityHandler:(id /* block */)a2; - (void)_setJetsamPriorityElevated:(BOOL)a0; - (void)_updateOrRemoveRelaunchPlist; - (void)deregisterRelaunchClientWithUUID:(id)a0; - (void)removePersistentRelaunchRegistrationsIfNecessary; @end