package com.example.shiftalarm data class NoticeItem( val title: String, val date: String, val content: String )