mobile-ios/CovidSafe/UploadDataErrorViewController.swift

12 lines
272 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 UploadDataErrorViewController: UIViewController {
@IBAction func onBackTapped(_ sender: UIButton) {
self.dismiss(animated: true, completion: nil)
}
}