From 17b300e74ca16ae0869b57db1d1909084c7c064a Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 21 Jan 2021 09:32:56 -0500 Subject: [PATCH] Update AlarmActivationViewController.swift --- ProjectClock/AlarmActivationViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/ProjectClock/AlarmActivationViewController.swift b/ProjectClock/AlarmActivationViewController.swift index 23a7cde..3e24a79 100644 --- a/ProjectClock/AlarmActivationViewController.swift +++ b/ProjectClock/AlarmActivationViewController.swift @@ -29,6 +29,7 @@ class AlarmActivationViewController: UIViewController super.viewDidLoad() timer = Timer.scheduledTimer(timeInterval: 1, target: self, selector: #selector(AlarmActivationViewController.playSound), userInfo: nil, repeats: true) setAlarmType() + print(MathExpression.random()) } @objc func playSound()