package keijumt.devandroid.viewmodel import javax.inject.Inject class AsyncViewModel @Inject constructor() : BaseViewModel() { }