Package-level declarations

Functions

Link copied to clipboard
fun NoticeScreen(    modifier: Modifier = Modifier,     navController: NavController = rememberNavController(),     fetchNotice: List<NoticeModel> = emptyList(),     fetchCollegeNotice: List<CollegeNotice> = emptyList(),     getAttach: GetAttach? = null,     onEvent: (NoticeScreenEvent) -> Unit = {})