mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-19 21:15:21 +00:00
COVIDSafe code from version 1.10 (#20)
This commit is contained in:
parent
3b1d8fa3f4
commit
4ddb77535e
37 changed files with 2681 additions and 328 deletions
15
CovidSafe/InternetConnectionViewController.swift
Normal file
15
CovidSafe/InternetConnectionViewController.swift
Normal 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)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue