Searched refs:LottiefilesService (Results 1 – 4 of 4) sorted by relevance
9 interface LottiefilesService { interface
34 val lottiefilesService by lazy { retrofit.create(LottiefilesService::class.java) } in <lambda>()
17 class ShowcaseViewModel(initialState: ShowcaseState, service: LottiefilesService) : MvRxViewModel<S… in <lambda>()
24 private val service: LottiefilesService) : MvRxViewModel<LottiefilesState>(initialState in <lambda>()