@class LAContext, UIViewController; @protocol LAUIPasscodeService, LAUIDelegate; @interface LAUIPasscodeView : UIViewController { LAContext *_context; id _originalDelegate; UIViewController *_remoteVC; BOOL _shouldPresentUI; BOOL _shouldBecomeFirstResponder; } - (void)dealloc; - (id)initWithContext:(id)a0; - (BOOL)resignFirstResponder; - (void)loadView; - (void)viewWillDisappear:(BOOL)a0; - (void).cxx_destruct; - (void)viewDidAppear:(BOOL)a0; - (BOOL)becomeFirstResponder; - (void)event:(long long)a0 params:(id)a1 reply:(id /* block */)a2; - (void)_appDidBecomeActive:(id)a0; - (void)_appDidBecomeInactive:(id)a0; - (void)_prepareRemoteView; - (void)_presentRemoteView; - (id)initWithContext:(id)a0 shouldPresentUI:(BOOL)a1; @end