summaryrefslogtreecommitdiffstats
path: root/app/src/main/java/com/jopek/lectordecodi/ui/settings/SettingsViewModel.java
blob: 1347766ff4fca15ed76ce728020217e5887c4ac3 (plain) (blame)
1
2
3
4
5
6
7
package com.jopek.lectordecodi.ui.settings;

import androidx.lifecycle.ViewModel;

public class SettingsViewModel extends ViewModel {
    // TODO: Implement the ViewModel
}