Notification should open AlarmVC - It doesnt

This commit is contained in:
Aaron
2021-01-13 20:52:10 -05:00
parent c9cae3eef3
commit d844e27203
4 changed files with 87 additions and 4 deletions
@@ -0,0 +1,29 @@
//
// LiveAlarmViewController.swift
// ProjectClock
//
// Created by Aaron Saporito on 1/13/21.
//
import UIKit
class LiveAlarmViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
/*
// MARK: - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destination.
// Pass the selected object to the new view controller.
}
*/
}