mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-05 22:35:00 +00:00
12 lines
272 B
Swift
12 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)
|
||
|
}
|
||
|
|
||
|
}
|