mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Make BiometricsAuthenticationPresenter ObjC compatible
This commit is contained in:
@@ -22,7 +22,8 @@ enum BiometricsAuthenticationPresenterError: Error {
|
||||
}
|
||||
|
||||
/// Presenter for user authentication with biometry.
|
||||
final class BiometricsAuthenticationPresenter {
|
||||
@objcMembers
|
||||
final class BiometricsAuthenticationPresenter: NSObject {
|
||||
|
||||
/// Whether the presenter currently showing the biometrics setup or unlock dialog.
|
||||
/// Showing biometrics dialog will cause the app to resign active.
|
||||
|
||||
Reference in New Issue
Block a user