mobile-ios/CovidSafe/OnboardingStep2ViewController.swift

17 lines
361 B
Swift
Raw Normal View History

2020-05-08 07:49:14 +00:00
//
// OnboardingStep2ViewController.swift
// CovidSafe
//
// Copyright © 2020 Australian Government. All rights reserved.
//
import UIKit
import UserNotifications
class OnboardingStep2ViewController: UIViewController {
@IBAction func onBackTapped(_ sender: UIButton) {
self.navigationController?.popViewController(animated: true)
}
}