cloudroam
2025-03-31 0bf7ddf03d457908a4ff2f2373f4fd8ee00275e3
1
2
3
4
5
6
7
package com.example.firstapp.ui.reminderOther
 
import androidx.lifecycle.ViewModel
 
class ReminderSettingsFragmentOtherViewModel : ViewModel() {
    // TODO: Implement the ViewModel
}