AadhaarVerifyViewController.swift 672 B

1234567891011121314151617181920212223242526272829
  1. //
  2. // AadhaarVerifyViewController.swift
  3. // Insure Genie
  4. //
  5. // Created by Suraj Kumar Mandal on 05/05/22.
  6. //
  7. import UIKit
  8. class AadhaarVerifyViewController: UIViewController {
  9. override func viewDidLoad() {
  10. super.viewDidLoad()
  11. // Do any additional setup after loading the view.
  12. }
  13. /*
  14. // MARK: - Navigation
  15. // In a storyboard-based application, you will often want to do a little preparation before navigation
  16. override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
  17. // Get the new view controller using segue.destination.
  18. // Pass the selected object to the new view controller.
  19. }
  20. */
  21. }