mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-05 22:35:00 +00:00
17 lines
286 B
Swift
17 lines
286 B
Swift
![]() |
//
|
||
|
// PogoInstructionsViewController.swift
|
||
|
// CovidSafe
|
||
|
//
|
||
|
// Copyright © 2020 Australian Government. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import UIKit
|
||
|
|
||
|
class PogoInstructionsViewController: UIViewController {
|
||
|
|
||
|
override func viewDidLoad() {
|
||
|
super.viewDidLoad()
|
||
|
|
||
|
}
|
||
|
}
|