mobile-ios/CovidSafe/PogoInstructionsViewController.swift

17 lines
286 B
Swift
Raw Permalink Normal View History

2020-05-08 07:49:14 +00:00
//
// PogoInstructionsViewController.swift
// CovidSafe
//
// Copyright © 2020 Australian Government. All rights reserved.
//
import UIKit
class PogoInstructionsViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
}
}