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.

30 lines
737 B

  1. //
  2. // PaymentSelectionViewController.swift
  3. // GME Remit
  4. //
  5. // Created by gme_2 on 07/01/2019.
  6. // Copyright © 2019 Gobal Money Express Co. Ltd. All rights reserved.
  7. //
  8. import UIKit
  9. class PaymentSelectionsViewController: UIViewController {
  10. override func viewDidLoad() {
  11. super.viewDidLoad()
  12. // Do any additional setup after loading the view.
  13. }
  14. /*
  15. // MARK: - Navigation
  16. // In a storyboard-based application, you will often want to do a little preparation before navigation
  17. override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
  18. // Get the new view controller using segue.destination.
  19. // Pass the selected object to the new view controller.
  20. }
  21. */
  22. }