Make BiometricsAuthenticationPresenter ObjC compatible

This commit is contained in:
ismailgulek
2020-09-30 16:02:56 +03:00
parent cfb9448090
commit 3b42590ceb

View File

@@ -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.