@protocol NPKDoublePressDelegationAssertionDelegate; @interface NPKDoublePressDelegationAssertion : NPKTransientAssertion @property (weak, nonatomic) id delegate; - (id)initWithQueue:(id)a0; - (void).cxx_destruct; - (void)handleDelegatedDoublePressEvent; - (void)_resyncState; - (void)handleTerminalAuthenticationRequestedForPassWithUniqueID:(id)a0; @end