Autoarchive suggestion

This commit is contained in:
Ali
2020-07-02 01:36:59 +04:00
parent 19b1f580c0
commit cb89c3d9ef
14 changed files with 4278 additions and 4113 deletions

View File

@@ -2039,3 +2039,7 @@ private func accountContextMenuItems(context: AccountContext, logout: @escaping
return items
}
}
public func makePrivacyAndSecurityController(context: AccountContext) -> ViewController {
return privacyAndSecurityController(context: context)
}