Initial commit - v1.1.9

This commit is contained in:
2026-02-22 12:03:04 +09:00
commit 27339dc7b7
180 changed files with 12908 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package com.example.shiftalarm
data class NoticeItem(
val title: String,
val date: String,
val content: String
)