Commit 1d098fd5 authored by Steven杜宇's avatar Steven杜宇

// 权限

parent a03b8e08
...@@ -138,7 +138,6 @@ class YHMyPermissionSettingVC: YHBaseViewController { ...@@ -138,7 +138,6 @@ class YHMyPermissionSettingVC: YHBaseViewController {
completion(granted) completion(granted)
} }
} }
completion(false)
@unknown default: @unknown default:
completion(false) completion(false)
...@@ -163,7 +162,6 @@ class YHMyPermissionSettingVC: YHBaseViewController { ...@@ -163,7 +162,6 @@ class YHMyPermissionSettingVC: YHBaseViewController {
granted in granted in
completion(granted) completion(granted)
} }
completion(false)
@unknown default: @unknown default:
completion(false) completion(false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment