mobile-ios/CovidSafe/InternetConnectionViewController.swift

16 lines
294 B
Swift
Raw Normal View History

2020-08-18 00:52:17 +00:00
//
// InternetConnectionViewController.swift
// CovidSafe
//
// Copyright © 2020 Australian Government. All rights reserved.
//
import UIKit
class InternetConnectionViewController: UIViewController {
@IBAction func onBack(_ sender: Any) {
dismiss(animated: true)
}
}