mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-06 06:44:58 +00:00
16 lines
294 B
Swift
16 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)
|
||
|
}
|
||
|
}
|