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