XQMuse/Root/Login/LoginVC.swift
@@ -155,6 +155,17 @@ } @IBAction func userRegisterTreatyAction(_ sender: UIButton) { let vc = LoginTreatyVC() vc.modalPresentationStyle = .custom present(vc, animated: true) } @IBAction func userPrivateTreatyAction(_ sender: UIButton) { let vc = LoginTreatyVC() vc.modalPresentationStyle = .custom present(vc, animated: true) } @IBAction func registerAction(_ sender: UIButton) { let vc = RegisterVC()