mobile-ios/CovidSafe/UploadDataPrefaceViewController.swift

12 lines
280 B
Swift
Raw Permalink Normal View History

2020-05-08 07:49:14 +00:00
// Copyright © 2020 Australian Government All rights reserved.
import UIKit
final class UploadDataPrefaceViewController: UIViewController {
@IBAction func onBackTapped(_ sender: UIButton) {
2020-10-16 04:45:07 +00:00
navigationController?.popViewController(animated: true)
2020-05-08 07:49:14 +00:00
}
}