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

7 lines
185 B
Kotlin
Raw Normal View History

2020-06-12 15:44:45 +02:00
package at.connyduck.pixelcat.components.notifications
import androidx.lifecycle.ViewModel
import javax.inject.Inject
2020-06-12 19:58:15 +02:00
class NotificationsViewModel @Inject constructor() : ViewModel()