You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
907 B

6 years ago
  1. //
  2. // KYCDocumentUplaodViewController.swift
  3. // GMERemittance
  4. //
  5. // Created by FMI-12 on 12/20/17.
  6. // Copyright © 2017 Gobal Money Express Co. Ltd. All rights reserved.
  7. //
  8. import UIKit
  9. class KYCDocumentUplaodViewController: UIViewController {
  10. override func viewDidLoad() {
  11. super.viewDidLoad()
  12. // Do any additional setup after loading the view.
  13. }
  14. override func didReceiveMemoryWarning() {
  15. super.didReceiveMemoryWarning()
  16. // Dispose of any resources that can be recreated.
  17. }
  18. /*
  19. // MARK: - Navigation
  20. // In a storyboard-based application, you will often want to do a little preparation before navigation
  21. override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
  22. // Get the new view controller using segue.destinationViewController.
  23. // Pass the selected object to the new view controller.
  24. }
  25. */
  26. }