mobile-ios/CovidSafe/UploadDataErrorViewController.swift
2020-05-08 17:49:14 +10:00

11 lines
272 B
Swift

// Copyright © 2020 Australian Government All rights reserved.
import UIKit
final class UploadDataErrorViewController: UIViewController {
@IBAction func onBackTapped(_ sender: UIButton) {
self.dismiss(animated: true, completion: nil)
}
}