This commit is contained in:
Trey t
2022-02-10 11:54:32 -06:00
parent 4b4e69d752
commit f66caf93dd
8 changed files with 41 additions and 15 deletions

View File

@@ -7,6 +7,11 @@
import Foundation
enum EntryType: Int {
case notification
case header
case listView
}
extension MoodEntry {
var moodString: String {