@class NSObject; @protocol OS_dispatch_queue, OS_dispatch_source; @interface SFUnlockManager : NSObject { NSObject *_delegateQueue; NSObject *_stateRequestTimer; } + (id)sharedUnlockManager; - (id)init; - (void).cxx_destruct; - (id)timerWithBlock:(id /* block */)a0; - (void)cancelStateRequestTimer; - (void)disableUnlockWithDevice:(id)a0; - (void)enableUnlockWithDevice:(id)a0 fromKey:(BOOL)a1 withPasscode:(id)a2 completionHandler:(id /* block */)a3; - (void)establishStashBagWithCompletionHandler:(id /* block */)a0; - (void)establishStashBagWithManifest:(id)a0 completionHandler:(id /* block */)a1; - (void)unlockEnabledWithDevice:(id)a0 completionHandler:(id /* block */)a1; - (void)unlockStateForDevice:(id)a0 completionHandler:(id /* block */)a1; @end