Moved notification logic to NotificationLogic

This commit is contained in:
Aaron
2021-01-13 09:13:22 -05:00
parent 1b847eb570
commit b01d15dae2
3 changed files with 27 additions and 12 deletions
-12
View File
@@ -19,18 +19,6 @@ let wvms = [
WVM(name: "Smash", desc: "It'll never truns off"),
]
func walkAction() {
}
func jumpAction() {
}
func puzzleAction() {
}
func smashAction() {
}
+23
View File
@@ -0,0 +1,23 @@
//
// NotificationLogic.swift
// ProjectClock
//
// Created by Aaron Saporito on 1/13/21.
//
import Foundation
func walkAction() {
}
func jumpAction() {
}
func puzzleAction() {
}
func smashAction() {