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