COVIDSafe code from version 1.10

This commit is contained in:
covidsafe-support 2020-08-18 10:49:31 +10:00
parent 3b1d8fa3f4
commit 9d9164c615
37 changed files with 2681 additions and 328 deletions

View file

@ -0,0 +1,15 @@
//
// InternetConnectionViewController.swift
// CovidSafe
//
// Copyright © 2020 Australian Government. All rights reserved.
//
import UIKit
class InternetConnectionViewController: UIViewController {
@IBAction func onBack(_ sender: Any) {
dismiss(animated: true)
}
}