Pixelcat-App-Android/app/src/main/kotlin/at/connyduck/pixelcat/components/notifications/NotificationsViewModel.kt

7 lines
185 B
Kotlin

package at.connyduck.pixelcat.components.notifications
import androidx.lifecycle.ViewModel
import javax.inject.Inject
class NotificationsViewModel @Inject constructor() : ViewModel()