mobile-ios/CovidSafe/UploadDataPrefaceViewController.swift
2020-10-16 15:45:07 +11:00

11 lines
280 B
Swift

// Copyright © 2020 Australian Government All rights reserved.
import UIKit
final class UploadDataPrefaceViewController: UIViewController {
@IBAction func onBackTapped(_ sender: UIButton) {
navigationController?.popViewController(animated: true)
}
}