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