mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-05 14:24:59 +00:00
11 lines
270 B
Swift
11 lines
270 B
Swift
// Copyright © 2020 Australian Government All rights reserved.
|
|
|
|
import UIKit
|
|
|
|
final class UploadDataPrefaceViewController: UIViewController {
|
|
|
|
@IBAction func onBackTapped(_ sender: UIButton) {
|
|
self.dismiss(animated: true, completion: nil)
|
|
}
|
|
|
|
}
|