Update AlarmActivationViewController.swift

This commit is contained in:
Aaron
2021-01-21 09:32:56 -05:00
parent e9d0500132
commit 17b300e74c
@@ -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()