AppNavigation.swift 513 B

1234567891011121314151617181920
  1. //
  2. // AppNavigation.swift
  3. // Learn Genie
  4. //
  5. // Created by Suraj Kumar Mandal on 24/09/21.
  6. //
  7. import UIKit
  8. import Foundation
  9. class AppNavigation {
  10. // static func navToLanguageVC() {
  11. // DispatchQueue.main.async {
  12. // let selectLanguageVC = self.storyboard?.instantiateViewController(withIdentifier:"SelectLanguageViewController" ) as! SelectLanguageViewController
  13. // self.navigationController?.pushViewController(selectLanguageVC, animated: true)
  14. // }
  15. // }
  16. }