Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/Maps/Categories/UIViewController+Authorization.swift')
-rw-r--r--iphone/Maps/Categories/UIViewController+Authorization.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Categories/UIViewController+Authorization.swift b/iphone/Maps/Categories/UIViewController+Authorization.swift
index 6df2a35080..67e2981345 100644
--- a/iphone/Maps/Categories/UIViewController+Authorization.swift
+++ b/iphone/Maps/Categories/UIViewController+Authorization.swift
@@ -1,5 +1,5 @@
extension UIViewController {
- func signup(anchor: UIView, onComplete: @escaping (Bool) -> Void) {
+ @objc func signup(anchor: UIView, onComplete: @escaping (Bool) -> Void) {
if MWMAuthorizationViewModel.isAuthenticated() {
onComplete(true)
} else {