Viewing file: SBLockScreenBiometricAuthenticationCoordinatorDelegate.h
Raw logifyFilter:
/*
* This header is generated by classdump-dyld 1.0
* on Monday, March 13, 2023 at 2:12:24 AM Eastern European Standard Time
* Operating System: Version 16.3 (Build 20D47)
* Image Source: /System/Library/PrivateFrameworks/SpringBoard.framework/SpringBoard
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
@protocol SBLockScreenBiometricAuthenticationCoordinatorDelegate <NSObject>
@required-(BOOL)biometricAuthenticationCoordinator:(id)arg1 requestsUnlockWithIntent:(int)arg2;
-(BOOL)biometricAuthenticationCoordinatorShouldWaitToInvalidateMatchingAssertion:(id)arg1;
-(void)biometricAuthenticationCoordinator:(id)arg1 handleIdentityMatchSuccess:(BOOL)arg2;
-(BOOL)biometricAuthenticationCoordinator:(id)arg1 requestsAuthenticationFeedback:(id)arg2;
@end