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