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