mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-05 14:24:59 +00:00
15 lines
294 B
Swift
15 lines
294 B
Swift
//
|
|
// InternetConnectionViewController.swift
|
|
// CovidSafe
|
|
//
|
|
// Copyright © 2020 Australian Government. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class InternetConnectionViewController: UIViewController {
|
|
|
|
@IBAction func onBack(_ sender: Any) {
|
|
dismiss(animated: true)
|
|
}
|
|
}
|